A powerful library that bridges Firebase Admin SDK with PostgreSQL, simplifies interaction with stored procedures, facilitates seamless third-party API calls using fetch, and provides utility functions to streamline backend operations.
The PgBaseModel
library provides an abstraction for interacting with PostgreSQL stored procedures and optionally backing up data to Firestore. It is designed to simplify the process of executing stored procedures, processing the results, and integrating Firestore backup functionality.
- Execute PostgreSQL stored procedures.
- Optionally back up data to Firestore.
- Flexible integration with Firestore database using custom backup parameters.
- Automatic handling of the order of parameters for stored procedures.