🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

mongoenginelite

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoenginelite

This is a lite version of MongoEngine ORM that persists the information in a JSON file, similar to SQLite to SQL databases

1.1
Maintainers
1

mongo_engine_lite

MongoEngine Lite helps create a lite version of a Mongo database, similar to SQLite to SQL databases. MongoEngine Lite is a wrapper over MongoEngine ORM and persists the information to a JSON file in the project's root.

To connect to the database, use

from mongoenginelite import connect

connect('dbname')

Documents and EmbeddedDocuments can be used in the same way that MongoEngine does. Nothing else is necessary.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts