Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Consolidate postgres providers (#493)
Create a common `PostgresDatastore` class to encapsulate all the DB query logic based on a given connection pool. Reuse the same logic across AlloyDB & CloudSQL Postgres providers for better code maintainability and less redundancy.
- Loading branch information