Metadata-Version: 2.1
Name: dictorm
Version: 4.1.5
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
Keywords: psycopg2 dictionary python dict
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Provides-Extra: Postgresql

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.
