{"id":29040366,"url":"https://github.com/niteshkumar76/library_management_sys-mysql","last_synced_at":"2026-04-15T07:35:42.534Z","repository":{"id":295931313,"uuid":"991713722","full_name":"NiteshKumar76/library_management_sys-mysql","owner":"NiteshKumar76","description":"This Project based on Libraray Management system using SQL .","archived":false,"fork":false,"pushed_at":"2025-06-06T03:19:00.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T14:05:10.660Z","etag":null,"topics":["dbms-project","mysql-database","sql","sql-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NiteshKumar76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T03:40:22.000Z","updated_at":"2025-06-06T03:19:02.000Z","dependencies_parsed_at":"2025-05-28T05:24:25.268Z","dependency_job_id":"d8e00e62-8f18-45da-9a49-80e7d10d9bac","html_url":"https://github.com/NiteshKumar76/library_management_sys-mysql","commit_stats":null,"previous_names":["niteshkumar76/library_management_sys-mysql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NiteshKumar76/library_management_sys-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiteshKumar76%2Flibrary_management_sys-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiteshKumar76%2Flibrary_management_sys-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiteshKumar76%2Flibrary_management_sys-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiteshKumar76%2Flibrary_management_sys-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiteshKumar76","download_url":"https://codeload.github.com/NiteshKumar76/library_management_sys-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiteshKumar76%2Flibrary_management_sys-mysql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262081117,"owners_count":23255662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbms-project","mysql-database","sql","sql-server"],"created_at":"2025-06-26T14:05:03.757Z","updated_at":"2026-04-15T07:35:42.490Z","avatar_url":"https://github.com/NiteshKumar76.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Library Management System – SQL Project\n## Author\n- [@NiteshKumar76](https://github.com/NiteshKumar76)\n  \n![1000021372](https://github.com/user-attachments/assets/cfd1f41f-0fd1-4928-a282-25045725aa2d)\n\n## 📘 Introduction\n\nThe **Library Management System** is a structured relational database solution developed using SQL. It is designed to support and automate core library operations including book inventory management, member registrations, book issuance and returns, and overdue tracking. This project demonstrates the use of SQL in real-world data organization, integrity maintenance, and query execution.\n\n---\n\n## 📂 Project Objectives\n\n- Efficiently manage book and member records.\n- Enable secure tracking of issued and returned books.\n- Automate due date calculations and fine assessments.\n- Provide clear insights into book availability and overdue items.\n- Serve as a backend foundation for future UI/UX integration.\n\n---\n\n## 🧰 Technologies Used\n\n| Technology | Description                          |\n|------------|--------------------------------------|\n| SQL        | Data definition and manipulation     |\n| MySQL      | Relational Database Management System|\n| ER Modeling| Conceptual database design           |\n\n*Note: The implementation can be adapted to PostgreSQL, SQLite, or any other RDBMS.*\n\n---\n\n## 🗃️ Database Design\n\n### (Database schema )\n\n![database_schema(library_management)](https://github.com/user-attachments/assets/d3fcabf4-a17d-43bb-a892-3a5941fc16e6)\n\n\n\n\n\n---\n\n## ⚙️ Setup Instructions\n\n1. **Database Creation**\n   - Create a new database named `library_management`.\n\n2. **Schema Initialization**\n   - Execute `schema.sql` to create tables and define constraints.\n\n3. **Data Insertion**\n   - Use `insert_data.sql` to populate the database with sample data.\n\n4. **Query Execution**\n   - Run `queries.sql` for sample use cases such as issuing books, calculating fines, or listing available books.\n\n---\n\n## 🧪 Example Queries\n\n- **List all books currently available for issue:**\n  ```sql\n  SELECT title, author FROM Books WHERE available_copies \u003e 0;\n\n\n\n##🛠️ Technologies Used:\nSQL (MySQL / PostgreSQL / SQLite — specify which one you used)\n\n(Optional) Frontend or interface: Python CLI / Web (if any)\n\n(Optional) Tools: MySQL Workbench, phpMyAdmin, etc.\n\n\nThis is a simple **Library Management System** built using **SQL** to manage book records, member details, and lending operations. It demonstrates database design, data handling, and query execution for a library setup.\n\n## ✅ Features\n\n- Add, update, delete books\n- Register and manage library members\n- Issue and return books\n- Track overdue books\n- View book and member reports\n\n\n\n\n## 📬 Contact\nFor any queries or suggestions, feel free to open an issue or contact me at [niteshkumar372003@gmail.com]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniteshkumar76%2Flibrary_management_sys-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniteshkumar76%2Flibrary_management_sys-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniteshkumar76%2Flibrary_management_sys-mysql/lists"}