Skip to content

Commit

Permalink
feat: add model code
Browse files Browse the repository at this point in the history
  • Loading branch information
xbmlz committed May 10, 2024
1 parent c3be8e5 commit f5b6c28
Show file tree
Hide file tree
Showing 7 changed files with 266 additions and 254 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A CLI tool to show database schema, support Postgres, MySQL, MariaDB, SQLite, Mi
- Show database schema, including tables, views, indexes and triggers.
- Support Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Oracle Database etc.
- Support view information on Browser.(Based on [Docsify](https://docsify.js.org/#/))
- Support show table ddl, json schema, ts interface etc.
- Support show table `ddl`, `json schema`, `ts`, `go`, `java` model code.
- Support export to PDF, PNG, JPEG, SVG, and HTML.
- Support show update history.
- Support save and load database connection information.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"dependencies": {
"@inquirer/prompts": "^2.3.0",
"gradient-string": "^2.0.2",
"json-schema-to-typescript": "^13.0.2",
"mysql2": "^3.5.0",
"ora": "^6.3.1",
"oracledb": "^6.0.2",
"pg": "^8.11.1",
"pg-hstore": "^2.3.4",
"quicktype-core": "^23.0.158",
"sequelize": "^6.32.1",
"sql-ddl-to-json-schema": "^4.1.0",
"tedious": "^16.2.0"
Expand Down
Loading

0 comments on commit f5b6c28

Please sign in to comment.