The sqlite3 Module
For interfacing with SQLite databases.
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. - SQLite website
References:
Usage
To setup this example, first download the example "Chinook" SQLite database and reference the corresponding schema diagram.
Last updated