Metadata-Version: 2.1
Name: sql-tools
Version: 0.2.6
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://raw.githubusercontent.com/yogesh-aggarwal/sql-tools-lib/master/dist/sql_tools-0.2.6.tar.gz
Description: # SQL-TOOLS
        
        **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 also some built-in features for working with `MongoDB` related operations.
        
        ---
        
        **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 [documentation](https://github.com/yogesh-aggarwal/sql-tools-lib/wiki)
        
        You can contribute to it through <a href="https://github.com/yogesh-aggarwal/sql-tools-lib">GitHub</a>.
        
        ## View project at [GitHub](https://github.com/users/yogesh-aggarwal/projects/2)
        
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
