From 08484e5dd5e117480766acf775a35ea59323c813 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 8 Nov 2011 14:22:59 -0800 Subject: [PATCH] docs --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 `_. -- 2.47.2