Skip to main content

2 docs tagged with "sqlite"

View all tags

Project: Library Management System

Build a command-line library management system backed by SQLite - books, members, loans, with proper SQL, transactions, and a clean data access layer.

SQLite with Python

Use SQLite for development, testing, and embedded applications - the sqlite3 module, connection management, cursors, parameterized queries, and row factories.