metalize:Node.js工具,可轻松读取数据库元数据

时间:2024-05-20 00:53:23
【文件属性】:

文件名称:metalize:Node.js工具,可轻松读取数据库元数据

文件大小:63KB

文件格式:ZIP

更新时间:2024-05-20 00:53:23

mysql metadata postgres database structure

Node.js工具,可轻松处理数据库元数据 特征 经过全面测试 充分记录 PostgreSQL和MySQL方言 详细的元数据 多列约束 文献资料 入门 npm install metalize pg # postgres npm install metalize mysql2 # mysql 不要在对象名称中使用引号。 Metalize会在需要时自动添加它们 const Metalize = require ( 'metalize' ) ; const metalize = new Metalize ( { dialect : 'postgres' , // one of [ 'postgres', 'mysql' ] connectionConfig : { host : '127.0.0.1' , port : 5432 , // ot


【文件预览】:
metalize-main
----.gitignore(141B)
----.eslintrc(463B)
----package.json(1KB)
----jest.config.js(108B)
----CONTRIBUTING.md(954B)
----LICENSE(1KB)
----docker-compose.yml(369B)
----types()
--------index.d.ts(2KB)
----.github()
--------workflows()
----README.md(3KB)
----.eslintignore(14B)
----lib()
--------index.js(2KB)
--------utils.js(1KB)
--------dialects()
--------result.js(344B)
----.gitattributes(17B)
----docs()
--------preview.jpeg(42KB)
--------.nojekyll(0B)
--------configuration.md(367B)
--------metadata()
--------logo.svg(1KB)
--------_sidebar.md(403B)
--------methods.md(574B)
--------index.html(2KB)
--------result.md(192B)
--------sw.js(3KB)
----test()
--------connection-configs.js(550B)
--------helpers.js(4KB)
--------postgres()
--------mysql()
--------common()
----.prettierrc(26B)

网友评论