Metadata-Version: 2.1
Name: mdbpg
Version: 0.1.0
Summary: Handle both Postgres and MongoDB queries in an interchangable manner.
Home-page: https://github.com/wuotes/mdbpg
Author: Jordan Schaffrin
Author-email: mailbox@xrtuen.com
License: Mozilla Public License 2.0
Download-URL: https://pypi.org/project/mdbpg/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mtoml (>=1.1.2)
Requires-Dist: psycopg2 (>=2.9.3)
Requires-Dist: pymongo (>=4.1.1)
Requires-Dist: dnspython (>=2.2.1)

# mdbpq
A Python module that can handle both Postgres and MongoDB queries in an interchangable manner.

[![codefactor](https://www.codefactor.io/repository/github/wuotes/mdbpg/badge?style=plastic)](https://www.codefactor.io/repository/github/wuotes/mdbpg/) [![circleci](https://circleci.com/gh/wuotes/mdbpg.svg?style=shield)](https://app.circleci.com/pipelines/github/wuotes/mdbpg) [![codecov](https://codecov.io/gh/wuotes/mdbpg/branch/main/graph/badge.svg)](https://codecov.io/gh/wuotes/mdbpg) 

