]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Nov 2011 22:22:59 +0000 (14:22 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Nov 2011 22:22:59 +0000 (14:22 -0800)
README.rst

index 0609d7e9091d7db1bae0c35dd0fac33fa4098d49..974846d7ab699753f0c8685fabe615be26d722b7 100644 (file)
@@ -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 <http://readthedocs.org/docs/alembic/en/latest/index.html>`_.