Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor import and initialization of PsycopgResource class
The flask_restful import for Resource has been streamlined to flask_restx, and the initialization process in the PgsqlResource class has been extended with additional *args and **kwargs. This adjustment refines how our resources are initialized, and makes handling database connections in the kwargs argument more straightforward.
- Loading branch information