MongoDB-Schema-Finder

时间:2024-06-26 01:36:12
【文件属性】:

文件名称:MongoDB-Schema-Finder

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-26 01:36:12

JavaScript

MongoDB 架构查找器 MongoDB-Schema-Finder 是一个 Node 工具,用于猜测来自 mongo 连接的每个集合的模式是什么。 MongoDB-Schema-Finder 通过从 MongoDB 连接查询每个集合中的样本并验证样本中的类型,然后为每个集合编写一个 json 格式的文档来实现这一点。 安装 $ npm install mongodb-schema-finder 如何使用 var CreateDocumentation = require ( 'mongodb-schema-finder' ) ; new CreateDocumentation ( { mongoConnectionURI : 'mongodb://[username:password@]host1[:port1]' , limit : 100 , documentDir


【文件预览】:
MongoDB-Schema-Finder-master
----lib()
--------finder.js(7KB)
----LICENSE(1KB)
----README.md(956B)
----.gitignore(214B)
----package.json(674B)

网友评论