From: Mike Bayer Date: Tue, 8 Nov 2011 22:22:59 +0000 (-0800) Subject: docs X-Git-Tag: rel_0_1_0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08484e5dd5e117480766acf775a35ea59323c813;p=thirdparty%2Fsqlalchemy%2Falembic.git docs --- diff --git a/README.rst b/README.rst index 0609d7e9..974846d7 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,10 @@ The goals of Alembic are: use case. Alembic has no issue talking to SQLite of course but most ALTER statements won't work. -Alembic is working at a rudimentary level and includes a little bit of support -for Postgresql and Microsoft SQL Server. As of yet the documentation hasn't -been written - this is really the only thing left before an early release can -be put out. +Alembic is working at a rudimentary level, and has been tested so far +against Postgresql and Microsoft SQL Server. It works on SQLite to the +degree that SQLite supports migrations (which is very little), and should also +have partial functionality for MySQL, Oracle and Firebird (to the degree those +databases support standard ANSI DDL). + +Documentation is at `ReadTheDocs `_.