diff options
| author | Michael Trier <mtrier@gmail.com> | 2008-10-05 13:28:56 +0000 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2008-10-05 13:28:56 +0000 |
| commit | 86c39923183a5b7a5a63860cadfdf524b2edf01a (patch) | |
| tree | 8dbe55d4d903c2521087b716f43f7c259f7081bf | |
| parent | 9e3d161d0d7ecb11dd7c9c057a60d7eb3231fd44 (diff) | |
| download | sqlalchemy-86c39923183a5b7a5a63860cadfdf524b2edf01a.tar.gz | |
Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki edit on Database Features should close #1145.
| -rw-r--r-- | doc/build/content/dbengine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/content/dbengine.txt b/doc/build/content/dbengine.txt index 02f63bc2a..0128b5442 100644 --- a/doc/build/content/dbengine.txt +++ b/doc/build/content/dbengine.txt @@ -57,7 +57,7 @@ Recall that the `Dialect` is used to describe how to talk to a specific kind of Downloads for each DBAPI at the time of this writing are as follows: * Postgres: [psycopg2](http://www.initd.org/tracker/psycopg/wiki/PsycopgTwo) -* SQLite: [pysqlite](http://initd.org/tracker/pysqlite) +* SQLite: [sqlite3](http://www.python.org/doc/2.5.2/lib/module-sqlite3.html) [pysqlite](http://initd.org/tracker/pysqlite) * MySQL: [MySQLDB](http://sourceforge.net/projects/mysql-python) * Oracle: [cx_Oracle](http://www.cxtools.net/default.aspx?nav=home) * MS-SQL: [pyodbc](http://pyodbc.sourceforge.net/) (recommended) [adodbapi](http://adodbapi.sourceforge.net/) [pymssql](http://pymssql.sourceforge.net/) |
