quash-max
quash-max copied to clipboard
Abstraction Layer for PostgreSQL
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.