The Library Management System is a desktop application for managing books, authors, and user profiles. It allows users to add, update, and delete data, using SQLAlchemy for database management. The system follows the Repository Design Pattern for organized and efficient data access.
python sqlalchemy orm sqlite alembic repositorypattern librarymanagementsystem databasemanagement crudoperations
- Updated
May 25, 2025 - Python