From: Mike Bayer Date: Tue, 29 Nov 2011 18:43:55 +0000 (-0500) Subject: link ourselves to the sqla project. X-Git-Tag: rel_0_1_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044ca10f8fd97ee4bc1102e3c5c6a639c941da65;p=thirdparty%2Fsqlalchemy%2Falembic.git link ourselves to the sqla project. --- diff --git a/README.rst b/README.rst index 581dee5d..56e53aaa 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ -Alembic is a semi-experimental database migrations tool. A migrations tool +Alembic is a new database migrations tool, written by the author +of `SQLAlchemy `_. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change