A Sumor Cloud Tool.
More Documentation
A database connector for MySQL, etc. Based on entity.
npm i @sumor/database --save
Require Node.JS version 16.x or above
As this package is written in ES module,
please change the following code in your package.json
file:
{
"type": "module"
}