Skip to content

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.

License

Notifications You must be signed in to change notification settings

lmanzurv/mongo_engine_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages