]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added in sqlite3 DBAPI to the SQLite dbengine docs. This along with a wiki edit on...
authorMichael Trier <mtrier@gmail.com>
Sun, 5 Oct 2008 13:28:56 +0000 (13:28 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 5 Oct 2008 13:28:56 +0000 (13:28 +0000)
doc/build/content/dbengine.txt

index 02f63bc2abc1b3b2d302fc254cfd0c04a2a9fd74..0128b54424a49e75065829c50d6a79b1c401f641 100644 (file)
@@ -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/)