Metadata-Version: 2.1
Name: pgwrapper
Version: 0.2.0
Summary: A simple, fast way to access postgresql
Home-page: https://github.com/LaoLiulaoliu/pgwrapper
Author: Clark Liu
Author-email: miraclecome@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: psycopg2 (>=2.8.5)


- It is a postgresql python connection pool at lower layer.
- It is a mongo-like query formula system upper layer.
- It is a new version to access postgresql in python3.


