文件名称:mysql-schema-ts::sparkles:将mysql模式转换为TypeScript接口
文件大小:105KB
文件格式:ZIP
更新时间:2024-05-29 17:39:49
TypeScript
mysql-schema-ts
将MySQL模式转换为TypeScript接口
Postgres实施: :
用法
# to infer an entire schema
$ npx mysql-schema-ts mysql://root@localhost:3306/database
# to infer a specific table
$ npx mysql-schema-ts mysql://root@localhost:3306/database --table table_name
# add optional prefix to table names
$ npx mysql-schema-ts mysql://root@localhost:3306/database --prefix SQL
提示:您可以使用npx mysql-schema-ts
【文件预览】:
mysql-schema-ts-master
----.gitignore(901B)
----.eslintrc(862B)
----package.json(2KB)
----src()
--------column-map.ts(2KB)
--------mysql-client.ts(4KB)
--------index.ts(2KB)
--------typescript.ts(2KB)
----bin()
--------index.ts(815B)
----jest.config.js(265B)
----tsconfig.json(518B)
----docker-compose.yml(132B)
----__tests__()
--------index.test.ts(9KB)
----README.md(5KB)
----jest-setup.ts(126B)
----yarn.lock(235KB)