Skip to content

Commit

Permalink
feat: Consolidate postgres providers (#493)
Browse files Browse the repository at this point in the history
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
anubhav756 authored Sep 19, 2024
1 parent ef55828 commit a3b2c42
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 933 deletions.
Loading

0 comments on commit a3b2c42

Please sign in to comment.