This project implements a full-featured Library Management System using MySQL. It includes tables for Authors, Publishers, Categories, Books, Members, and Loans, with proper relationships and constraints.
- Clone the repository.
- Open your MySQL environment and run the following command to create the database:
CREATE DATABASE IF NOT EXISTS library_management;
- Import the
library_management.sqlfile into your MySQL environment. - Run the SQL script to create the database schema.
