mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45: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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user