diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-11-27 06:36:55 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-11-27 06:36:55 +0000 |
| commit | 0d8f69d5dcc8f1e74714454d80a345d561dcbb57 (patch) | |
| tree | 1bbad47e4b4eb6d00fdff8b3bc478fc6e2369204 | |
| parent | 709b525a3f6432c0606de4030406d57a17475b12 (diff) | |
| download | sqlalchemy-0d8f69d5dcc8f1e74714454d80a345d561dcbb57.tar.gz | |
| -rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
