From: Michael Trier Date: Sun, 5 Oct 2008 13:28:56 +0000 (+0000) Subject: Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki edit on... X-Git-Tag: rel_0_5rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c39923183a5b7a5a63860cadfdf524b2edf01a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki edit on Database Features should close #1145. --- diff --git a/doc/build/content/dbengine.txt b/doc/build/content/dbengine.txt index 02f63bc2ab..0128b54424 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/)