Question #909

Python has a built-in interface for SQLite databases.

The sqlite3 module was written by Gerhard Häring. It provides a SQL interface compliant with the DB-API 2.0 specification described by PEP 249. The sqlite3 module is part of the standard library. (docs.python.org/3/library/sqlite3.html)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: