Metadata-Version: 1.1
Name: essentialdb
Version: 0.3.8
Summary: EssentialDB - NOSQL document database.
Home-page: https://github.com/shane-mason/essentialdb
Author: Shane C Mason
Author-email: shane.c.mason@gmail.com
License: MIT
Description: 

        A Fast Embedded Database in Python.

        

        Use case: You want to prototype an idea wihtout a heavyweight database install. If the idea works out though, you don't want

        to rewrite all of your data access code.

        

        EssentialDB helps solve that problem by being (nearly) api compatible with MongoDB. That way when your idea starts to grow,

        you can switch to MongoDB to scale.

        

        * Syntax and semantics are very similar to MongoDB, lowering the barrier of entry.

        * Fairly complex query support.

        * Its in pure python.

        * Its very fast.

        
Keywords: database nosql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
