summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-11-27 06:36:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-11-27 06:36:55 +0000
commit0d8f69d5dcc8f1e74714454d80a345d561dcbb57 (patch)
tree1bbad47e4b4eb6d00fdff8b3bc478fc6e2369204
parent709b525a3f6432c0606de4030406d57a17475b12 (diff)
downloadsqlalchemy-0d8f69d5dcc8f1e74714454d80a345d561dcbb57.tar.gz
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 6ea036b18..b4bb62b21 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