It is a tool for work with databases (PG or MySQL) via pool connections
You can install the package via npm:
npm install @js-ak/db-manager
To get started with db-manager, you can check out one of the examples in https://github.com/JS-AK/db-manager/tree/master/src/examples This shows how to connect to a database and perform basic CRUD operations.
https://js-ak.github.io/db-manager
- Typescript
- Connect to multiple database types (MySQL, PostgreSQL)
- Simple and intuitive interface
Contributions are welcome! If you have an idea for a new feature or have found a bug, please open an issue. License
This project is licensed under the MIT license. See LICENSE for details.