sqlite3
sqlite3 is a built-in lightweight embedded database interface in Python for working with SQLite databases. It requires no separate server and is ideal for local small applications, testing, and prototyping. It supports SQL queries, transactions, and other basic database operations.