@js-ak/db-manager
Version:
36 lines (21 loc) • 1.01 kB
Markdown
# @js-ak/db-manager


It is a tool for work with databases (PG or MySQL) via pool connections
## Installation
You can install the package via npm:
```
npm install @js-ak/db-manager
```
## Getting Started
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.
## Documentation
https://js-ak.github.io/db-manager
## Features
* **Typescript**
* **Connect to multiple database types (MySQL, PostgreSQL)**
* **Simple and intuitive interface**
## Contributing
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.