Metadata-Version: 1.1
Name: dictorm
Version: 2.0
Summary: 
What if you could insert a Python dictionary into the database?  DictORM allows
you to select/insert/update rows of a database as if they were Python
Dictionaries.

Home-page: https://github.com/rolobio/DictORM
Author: rolobio
Author-email: rolobio+dictorm@rolobio.com
License: Apache2
Description: 
        What if you could insert a Python dictionary into the database?  DictORM allows
        you to select/insert/update rows of a database as if they were Python
        Dictionaries.
        
Keywords: psycopg2 dictionary python dict
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
