Metadata-Version: 2.1
Name: sql-tools
Version: 0.2.2
Summary: An integrative library that contains tools for performing various tasks related to My SQL/sqlite3/Mongodb databases.
Home-page: https://github.com/yogesh-aggarwal/sql-tools-lib
Author: Yogesh Aggarwal
Author-email: developeryogeshgit@gmail.com
License: AGPL 3.0
Download-URL: https://github.com/yogesh-aggarwal/sql-tools-lib/dist/sql_tools-0.2.2.tar.gz
Description: # SQL-TOOLS
        
        **Simple python package to help out in working with SQL database related operation.**
        
        It is a python package which uses database (SQL) functionality to help the developer to perform SQL operations on their desired database. This project _aims_ the developer ring to focus on their main code rather than focusing on the database related headaches.
        
        This python package uses the ```sqlite3``` functionality to store databases on the local and ```My SQL``` for directly connect with the database setup on the host.
        
        ---
        
        <!-- ### Check it out on [PyPi]("https://pypi.org/project/sql-tools/", "SQL TOOLS"). -->
        ### Check it out on <a href="https://pypi.org/project/sql-tools">PyPi</a>  |  [![Downloads](https://pepy.tech/badge/sql-tools)](https://pepy.tech/project/sql-tools)
        
        ### or install it directly with the package manager.
        
        > pip install sql-tools
        
        ### For more help visit the <a href="https://github.com/yogesh-aggarwal/sql-tools-lib/wiki">documentation</a>.
        
        You can contribute to it through <a href="https://github.com/yogesh-aggarwal/sql-tools-lib">GitHub</a>.
        ### View project at <a href="https://github.com/users/yogesh-aggarwal/projects/2">GiHub</a>.
        ---
        
Keywords: SQL,DATABASES,TABLES,RECORDS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
