dbunity
v2.0.8
Published
dbUnity is a Node.js package designed to facilitate the management of multiple Firestore database instances. It simplifies conducting CRUD operations and managing connections across multiple Firestore environments through a unified API.
Downloads
15
Readme
dbUnity
dbUnity is a Node.js package designed to facilitate the management of multiple Firestore database instances. It simplifies conducting CRUD operations and managing connections across multiple Firestore environments through a unified API.
Examples can be found on test.js
Features
- Manage multiple Firestore instances seamlessly.
- Comprehensive support for CRUD operations: Create, Read, Update, and Delete.
- Simplified integration with Firebase Firestore using service account credentials.
Installation
You can install dbUnity using npm:
npm install dbunity