This project is a relational database system for a library, implemented with a Java GUI and SQL backend. It allows users to interact with the library database by: Searching for books by ISBN, title, ...
Project Architecture (DAO Design Pattern) src └── main/java/org/example ├── db │ └── DBConnection.java ├── dao │ ├── BookDAO.java │ ├── UserDAO.java │ └── LoanDAO.java ├── model │ ├── Book.java ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results