mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
readme
This commit is contained in:
7
packages/engines/README.md
Normal file
7
packages/engines/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# @dbgate/engines
|
||||||
|
|
||||||
|
JavaScript library implementing MySQL, MS SQL and PostgreSQL operations
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
yarn add @dbgate/engines
|
||||||
@@ -1,9 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@dbgate/engines",
|
"name": "@dbgate/engines",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "./index.d.ts",
|
"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": {
|
"devDependencies": {
|
||||||
"@dbgate/types": "^1.0.0",
|
"@dbgate/types": "^1.0.0",
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
|
|||||||
Reference in New Issue
Block a user