This commit is contained in:
Jan Prochazka
2020-11-16 21:51:04 +01:00
parent 2a032dfc33
commit 09b26319f0
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# @dbgate/engines
JavaScript library implementing MySQL, MS SQL and PostgreSQL operations
## Installation
yarn add @dbgate/engines

View File

@@ -1,9 +1,18 @@
{
"name": "@dbgate/engines",
"version": "1.0.0",
"private": true,
"main": "index.js",
"typings": "./index.d.ts",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
"url": "https://github.com/dbshell/dbgate.git"
},
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka",
"license": "GPL",
"devDependencies": {
"@dbgate/types": "^1.0.0",
"@types/lodash": "^4.14.149",