Last modified 6 years ago
Sqlite Instalation
Database info
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
For multiuser application use MySQL or PgSQL instead, otherwise you'll often get error "database locked".
Known Issues
If your getting this error exceptions.AttributeError: "'pysqlite2.dbapi2.Connection' object has no attribute 'autocommit'" Please See #763 and googlegroup discussion