@inceptools/db
Modern Database Adapter
A modular database adapter for MongoDB, SQL (Sequelize), and Redis with a unified API.
Terminal
$ npm install @inceptools/db
Installing packages...
✓ Installed @inceptools/db and dependencies
$ node example.js
Connected to MongoDB ✓
Connected to PostgreSQL ✓
Connected to Redis ✓
Server running at http://localhost:3000
Installing packages...
✓ Installed @inceptools/db and dependencies
$ node example.js
Connected to MongoDB ✓
Connected to PostgreSQL ✓
Connected to Redis ✓
Server running at http://localhost:3000
Key Features
@inceptools/db simplifies database management with a unified API for different database types.
Unified Interface
Work with MongoDB, SQL databases, and Redis using a consistent API.
Multiple Connections
Connect to multiple databases of different types simultaneously.
Type Safety
Full TypeScript support with proper type inference.
Migration Support
Built-in migration tools for MongoDB and SQL databases.
Secure
Best practices for database security built-in.
Performance
Optimized for performance with connection pooling.
Code Examples
See how easy it is to work with different databases using @inceptools/db.
Ready to Get Started?
Install @inceptools/db and start simplifying your database management today.
npm install @inceptools/db