mongo-schema-json
mongo-schema-json is a TypeScript-based npm package designed to simplify MongoDB schema extraction. By providing a MongoDB connection string and database name, this package returns the schema of the database along with an array of collection names. It's a
mongo-scanner
An npm module to retrieve the databases and the collections of a mongodb
mongo-schema-cli
Utility command line tool for MongoDB collections queries. Based on mongo-schema-gen