Skip to content

ArcTyXiaN/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Library Management Database

This project is a MySQL-based relational database system designed to manage a library.
It covers librarians, members, books, and loan records, with well-structured tables and proper constraints.

Features

  • Tracks librarians and members with unique email constraints
  • Manages book catalog with availability status
  • Records book loans including borrow and return dates
  • Enforces relationships using primary and foreign keys

Setup

  1. Clone this repository
  2. Import the library_management.sql file into MySQL
    mysql -u root -p < library_management.sql

See full docs

https://hackmd.io/@I5OyzHQDSGWGWqeLjg1tSg/Hkc34_fnll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published