You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mongoenginelite

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

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
pipPyPI
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.

Keywords

mongo mongoengine lite

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