[SQL-CVS] r3969 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-08-26 16:34:48
|
Author: phd Date: 2009-08-26 10:34:40 -0600 (Wed, 26 Aug 2009) New Revision: 3969 Modified: SQLObject/trunk/docs/SQLObject.txt Log: How to choose the backend. Modified: SQLObject/trunk/docs/SQLObject.txt =================================================================== --- SQLObject/trunk/docs/SQLObject.txt 2009-08-26 16:32:17 UTC (rev 3968) +++ SQLObject/trunk/docs/SQLObject.txt 2009-08-26 16:34:40 UTC (rev 3969) @@ -1747,6 +1747,10 @@ SQLite may have concurrency issues, depending on your usage in a multi-threaded environment. +The user can choose a DB API driver for SQLite by using a "backend" +parameter in DB URI or SQLiteConnection. Possible backends are: "pysqlite2" +(alias "sqlite2"), "sqlite3", "sqlite" (alias "sqlite1"). + Firebird -------- |