Skip to content

Commit

Permalink
feat: support postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
xbmlz committed Jul 12, 2023
1 parent da43802 commit 56665da
Show file tree
Hide file tree
Showing 10 changed files with 272 additions and 84 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dbshow",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "A CLI tool to show database schema, support MySQL, PostgreSQL, SQLite, and MongoDB.",
"author": "xbmlz <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,6 +47,8 @@
"json-schema-to-typescript": "^13.0.2",
"mysql2": "^3.5.0",
"ora": "^6.3.1",
"pg": "^8.11.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.32.1",
"sql-ddl-to-json-schema": "^4.1.0"
},
Expand All @@ -55,7 +57,6 @@
"@types/gradient-string": "^1.1.2",
"@types/json-schema": "^7.0.12",
"@types/node": "^20.4.0",
"@types/ora": "^3.2.0",
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
"esno": "^0.16.3",
Expand Down
Loading

0 comments on commit 56665da

Please sign in to comment.