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.
Build a command-line library management system backed by SQLite - books, members, loans, with proper SQL, transactions, and a clean data access layer.
Use SQLite for development, testing, and embedded applications - the sqlite3 module, connection management, cursors, parameterized queries, and row factories.