#1145: http://www.sqlalchemy.org/docs/05/dbengine.html#dbengine_supported
SQLite!=pysqlite
--------------------------------+-------------------------------------------
Reporter: guest | Owner: zzzeek
Type: task | Status: new
Priority: low | Milestone:
Component: documentation | Severity: trivial - <10 minutes
Resolution: | Keywords:
Status_field: awaiting triage |
--------------------------------+-------------------------------------------
Changes (by empty):
* priority: highest => low
Comment:
Well the way it works is that it tries to import pysqlite2. If that
doesn't work then it tries to fallback to importing sqlite3 available in
2.5 or greater. If you have 2.5 or greater you won't need the dbapi,
provided it was compiled in there. So therefore the need for the dbapi is
only for people running < 2.5. Besides basically pysqlite2 and sqlite3
are the same thing.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1145#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|