Modern Tools for Modern Developers
Open-source libraries that simplify development with automation, unified APIs, and developer-friendly tools.
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
Powerful Libraries for Every Developer
InceptTools provides a suite of libraries designed to make development faster, easier, and more enjoyable.
Database Adapter
A unified API for MongoDB, SQL, and Redis databases with migration support and type safety.
CLI Tools
Automate development processes with powerful command-line tools.
Type Safety
Full TypeScript support with proper type inference for all libraries.
Performance Optimized
Built with performance in mind to ensure your applications run smoothly.
Multiple Connections
Connect to multiple databases of different types simultaneously.
Modular Architecture
Use only what you need with our modular architecture design.
Our Products
Explore our growing ecosystem of developer tools designed to make your workflow more efficient.
@inceptools/db
A modular database adapter for MongoDB, SQL, and Redis with a unified API.
import { DBService, SUPPORTED_DBS } from "@inceptools/db";
// Configure database connections
const config = {
mongodb: {
type: SUPPORTED_DBS.MONGO_DB,
connectionString: "mongodb://localhost:27017/myapp",
models: db.mongodb,
},
postgres: {
type: SUPPORTED_DBS.SQL,
connectionString: "postgresql://user:password@localhost:5432/myapp",
models: db.postgres,
}
};
// Create a database service instance
const dbService = new DBService(config);
// Connect to all databases
await dbService.connect();
// Use your database models
const users = await dbService.mongodb.users.find();
Join Our Community
InceptTools is built by the community, for the community. Join us in building the next generation of developer tools.
Meet Our Contributors
Our tools are built and maintained by a diverse group of developers from around the world. We welcome contributions of all kinds, from code to documentation.
Ways to Contribute
- 1
Code Contributions
Submit pull requests to fix bugs or add new features to our libraries.
- 2
Documentation
Help improve our documentation to make it more accessible and comprehensive.
- 3
Bug Reports
Report bugs or suggest improvements to help us make our tools better.
- 4
Community Support
Help answer questions and support other developers in our community forums.
Latest from our Blog
Insights, tutorials, and updates from the InceptTools team and community.
Ready to Simplify Your Development?
Join thousands of developers using InceptTools to build better applications faster.
Easy Integration
Designed to work seamlessly with your existing projects and workflows.
Comprehensive Docs
Detailed documentation with examples to get you started quickly.
Active Community
Join a growing community of developers building with InceptTools.