Skip to content

JS-AK/db-manager

Repository files navigation

@js-ak/db-manager

ci-cd publish-documentation

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.