Python Programming – Sqlite for data persistence

SQLite is a C library that provides a lightweight disk-based that doesn’t require a separate server process and allows accessing the using a nonstandard variant of the query language. Some applications can use for internal data storage. It’s also possible to prototype an application using and then port the code to a larger such as PostgreSQL or Oracle.

sqlite3 was written by Gerhard Häring and provides a interface compliant with the DB-API 2.0 specification described by PEP 249.

Continue reading Python Programming – Sqlite for data persistence - 全文阅读

Contact us

Admin: Bryan Wu