Metadata-Version: 2.1
Name: eziocon
Version: 0.1.2
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
Description: # eziocon
        A wrapper that allows to perform basic operations of fetching insertion and updation in all kinds of databases which have SQL like schema.
        
        
        You can do the following operations using the SDK : 
        
        
        <br> 1. Insert  </Br>
        <br> 2. Update </Br>
        <br> 3 .Fetch one </Br> 
        <br> 4. Fetch many </Br>
        <br> 5. Count </Br> 
        
        <br></br>
        
        The SDK currently offers support for SQL like Databases such as Oracle and Mysql. In the Near future the
        support <br> will be extended to databases like Microsoft SQL server , PostgreSQl and Hive.
        
         **Refer the Following links for more Updates :** 
        
        1. **Documentation:**  https://iyappan24.github.io/eziocon/
        2. **Examples and user manual :**  https://www.iyappanatwork.info/post/python-wrapper-for-sql
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
