mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 00:23:57 +00:00
fixes
This commit is contained in:
1
packages/dbgate/.npmrc
Normal file
1
packages/dbgate/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
||||
16
packages/dbgate/README.md
Normal file
16
packages/dbgate/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
[](https://github.com/prettier/prettier)
|
||||
[](https://paypal.me/JanProchazkaCz/30eur)
|
||||
[](https://www.npmjs.com/package/dbgate)
|
||||
|
||||
# DbGate - database administration tool
|
||||
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
|
||||
|
||||
## Install using npm
|
||||
Please download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
|
||||
|
||||
## Other dbgate packages
|
||||
You can use some functionality of dbgate from your JavaScript code. See [dbgate-api](https://npmjs.com/dbgate-api) package.
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dbgate",
|
||||
"version": "1.0.7",
|
||||
"version": "3.9.6-alpha.7",
|
||||
"homepage": "https://dbgate.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,5 +16,9 @@
|
||||
"sql",
|
||||
"dbgate",
|
||||
"web"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"dbgate-api": "3.9.6-alpha.7",
|
||||
"dbgate-web": "3.9.6-alpha.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user