Metadata-Version: 2.1
Name: eziocon
Version: 0.1.3
Summary: A common package for doing basic operations over sql structured databases 
Home-page: https://github.com/iyappan24/eziocon
Author: iyappan
Author-email: iyappan.akp@gmail.com
License: MIT
Keywords: mysql python wrapper,oracle python wrapper,cx_oracle wrapper,pymysql wrapper,python sql sdk
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: pymysql
Requires-Dist: cx-Oracle

# eziocon
A common package that acts as a python wrapper to do the following operations.

<br> Insert one </Br>
<br> Insert Many </Br>
<br> Update </Br>
<br> Fetch one </Br>
<br> Fetch many </Br>
<br> Count </Br>


