database

A Sumor Cloud Tool.
More Documentation A database connector for MySQL, etc. Based on entity.

CI Test Coverage Audit

Installation

npm i @sumor/database --save

Prerequisites

Node.JS version

Require Node.JS version 16.x or above

require Node.JS ES module

As this package is written in ES module, please change the following code in your package.json file:

{
  "type": "module"
}

Usage