From 0d8f69d5dcc8f1e74714454d80a345d561dcbb57 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 27 Nov 2005 06:36:55 +0000 Subject: [PATCH] --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.2