Metadata-Version: 2.1
Name: dbutils-phornee
Version: 0.1.2
Summary: DB management wrapper over mariaDB, mongoDB
Home-page: https://github.com/Phornee/dbutils_phornee
Author: Ismael Raya
Author-email: phornee@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mariadb (>=1.0.5)
Requires-Dist: pymongo (>=3.11.3)
Requires-Dist: dnspython (>=2.1.0)
Requires-Dist: influxdb-client (>=1.14.0)

# Database utilities
This package contains utilities to access Databases. For now, it just contains an implementation over MariaDB


