Library Management System
This is a simple library management system database implemented in SQLite. It includes tables for members, books, loans, and fines, and some sample data.
How to use
- Download and install DB Browser for SQLite.
- Open the
library_management.sqlfile in DB Browser. - Execute the SQL to create the tables and insert the sample data.