Skip to content

Commit 56665da

Browse files
committed
feat: support postgres
1 parent da43802 commit 56665da

File tree

10 files changed

+272
-84
lines changed

10 files changed

+272
-84
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dbshow",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "A CLI tool to show database schema, support MySQL, PostgreSQL, SQLite, and MongoDB.",
66
"author": "xbmlz <chenxc170016@gmail.com>",
77
"license": "MIT",
@@ -47,6 +47,8 @@
4747
"json-schema-to-typescript": "^13.0.2",
4848
"mysql2": "^3.5.0",
4949
"ora": "^6.3.1",
50+
"pg": "^8.11.1",
51+
"pg-hstore": "^2.3.4",
5052
"sequelize": "^6.32.1",
5153
"sql-ddl-to-json-schema": "^4.1.0"
5254
},
@@ -55,7 +57,6 @@
5557
"@types/gradient-string": "^1.1.2",
5658
"@types/json-schema": "^7.0.12",
5759
"@types/node": "^20.4.0",
58-
"@types/ora": "^3.2.0",
5960
"bumpp": "^9.1.1",
6061
"eslint": "^8.44.0",
6162
"esno": "^0.16.3",

0 commit comments

Comments
 (0)