https://github.com/letsdothis2003/library-database-management-system
A simple database system for library use(tracks books, members, checkouts and everything has a relationship). Works only if one has a SQL server and db setup beforehand.
https://github.com/letsdothis2003/library-database-management-system
databases library management sql
Last synced: about 1 month ago
JSON representation
A simple database system for library use(tracks books, members, checkouts and everything has a relationship). Works only if one has a SQL server and db setup beforehand.
- Host: GitHub
- URL: https://github.com/letsdothis2003/library-database-management-system
- Owner: letsdothis2003
- Created: 2025-06-23T04:08:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T16:57:56.000Z (12 months ago)
- Last Synced: 2025-07-05T18:10:29.751Z (12 months ago)
- Topics: databases, library, management, sql
- Language: Java
- Homepage:
- Size: 7.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
This is a system we made using SQL and Java along with out knowledge of foreign and relational keys in databases. It should be bale to store books, checkouts, members and overdue books along with everything having a relation(for example, you can't delete a book if its already checked by someone). FrontEnd is mostly javaswing while the backend relies on a SQL server and DB already premade. Two members tested it with a SQL extension on VScode while remaining three tested it on a AWS server.
Make sure the MySQL connector jar is in the referenced libraries of the java project, or it will not work. You wil get an error saying "drive not found" or whatever.
Project members: Fahim Tanvir, Abul Hasan, Khalid Issa, Jason Lopez, Jessica Chen.