-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Issue Description
Implement an abstraction layer for PostgreSQL to improve database management and facilitate easier interactions with the database.
Expected Behavior
The application should seamlessly manage database operations through the abstraction layer, enhancing maintainability and flexibility.
Actual Behavior
Currently, the database interactions are tightly coupled with the implementation, making management more complex.