dbmodel 7.0.6 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# dbmodel
|
|
2
|
-
Deploy, load or build script from model of SQL database. Can be used as command-line tool. Uses [DbGate](
|
|
2
|
+
Deploy, load or build script from model of SQL database. Can be used as command-line tool. Uses [DbGate](www.dbgate.io) tooling and plugins for connecting many different databases.
|
|
3
3
|
|
|
4
4
|
If you want to use this tool from JavaScript interface, please use [dbgate-api](https://www.npmjs.com/package/dbgate-api) package.
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dbmodel",
|
|
3
|
-
"version": "7.
|
|
4
|
-
"homepage": "https://dbgate.
|
|
3
|
+
"version": "7.1.1",
|
|
4
|
+
"homepage": "https://www.dbgate.io/",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/dbgate/dbgate.git"
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"commander": "^10.0.0",
|
|
33
|
-
"dbgate-api": "^7.
|
|
34
|
-
"dbgate-plugin-csv": "^7.
|
|
35
|
-
"dbgate-plugin-excel": "^7.
|
|
36
|
-
"dbgate-plugin-mongo": "^7.
|
|
37
|
-
"dbgate-plugin-mssql": "^7.
|
|
38
|
-
"dbgate-plugin-mysql": "^7.
|
|
39
|
-
"dbgate-plugin-postgres": "^7.
|
|
40
|
-
"dbgate-plugin-xml": "^7.
|
|
41
|
-
"dbgate-plugin-oracle": "^7.
|
|
42
|
-
"dbgate-web": "^7.
|
|
33
|
+
"dbgate-api": "^7.1.1",
|
|
34
|
+
"dbgate-plugin-csv": "^7.1.1",
|
|
35
|
+
"dbgate-plugin-excel": "^7.1.1",
|
|
36
|
+
"dbgate-plugin-mongo": "^7.1.1",
|
|
37
|
+
"dbgate-plugin-mssql": "^7.1.1",
|
|
38
|
+
"dbgate-plugin-mysql": "^7.1.1",
|
|
39
|
+
"dbgate-plugin-postgres": "^7.1.1",
|
|
40
|
+
"dbgate-plugin-xml": "^7.1.1",
|
|
41
|
+
"dbgate-plugin-oracle": "^7.1.1",
|
|
42
|
+
"dbgate-web": "^7.1.1",
|
|
43
43
|
"dotenv": "^16.0.0",
|
|
44
44
|
"pinomin": "^1.0.5"
|
|
45
45
|
}
|