Skip to main content Brad's PyNotes

Posts on Sql

  1. 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!