From: Mike Bayer Date: Sun, 27 Nov 2005 06:36:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8f69d5dcc8f1e74714454d80a345d561dcbb57;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/README b/README index 6ea036b188..b4bb62b219 100644 --- a/README +++ b/README @@ -62,8 +62,8 @@ SQLAlchemy includes: it to be described. Tables, foreign key constraints, and sequences can be created or dropped. - - support for Postgres (psycopg1/2), Oracle (cx_Oracle), SQLite (pysqlite) -- - MySQL is up next. + - support for Postgres (psycopg1/2), Oracle (cx_Oracle), SQLite (pysqlite), + MySQL (MySQLdb) - support for sequences to generate primary keys externally to the INSERT statement they apply to. Can be specified so that they @@ -144,4 +144,6 @@ SQLAlchemy has the advantages: To install: - python setup.py install \ No newline at end of file + python setup.py install + + \ No newline at end of file