Sqlite3 Module
TL;DR
The sqlite3
module provides a lightweight, disk-based database interface that supports SQL queries without requiring a separate server process.
Interesting!
SQLite is the most widely deployed database engine in the world - it’s built into every smartphone, browser, and operating system!