]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2005 06:36:55 +0000 (06:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2005 06:36:55 +0000 (06:36 +0000)
README

diff --git a/README b/README
index 6ea036b18888f38e4aa92c5cf2960e9920c3f82f..b4bb62b2191a1daee4dfe5ed596f5884623a5d22 100644 (file)
--- 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