LIBRARY MANAGEMENT -
DATABASE CONNECTIVITY
BY: DEV SAINI
COURSE: [Link] (AI AND DATA SCIENCE)
AMITY UNIVERSITY
OBJECTIVE
The objective of this project is to develop a simple Library Management System using Java
and JDBC connectivity. The application demonstrates how to connect Java with an SQLite
database, perform CRUD operations, and manage library records efficiently. The system
allows the user to list, search, borrow, and return books through an interactive console
interface.
CODE ([Link])
Refer to previous version for complete Java code (for brevity here).
OUTPUT (Sample Console Screenshot)
CONCLUSION
This Java console application demonstrates practical database connectivity using JDBC and
SQLite. It highlights basic CRUD operations, user interaction through console menus, and
structured data handling. This project serves as a foundation for developing more advanced
management systems with GUI integration or web-based interfaces.