summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-08 14:22:59 -0800
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-08 14:22:59 -0800
commit08484e5dd5e117480766acf775a35ea59323c813 (patch)
tree6d1c76ff9dca51e287573d4032e5948dadc18f1d /README.rst
parentbc1147cae5c246aa2858c275988262b1a60cdabe (diff)
downloadalembic-08484e5dd5e117480766acf775a35ea59323c813.tar.gz
docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0609d7e..974846d 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 <http://readthedocs.org/docs/alembic/en/latest/index.html>`_.