Metadata-Version: 2.1
Name: sql-tools
Version: 1.1.0
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-1.1.0.tar.gz
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
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: cryptography

# SQL-TOOLS

<p align="center"><img alt="SQL-Tools" src="https://raw.githubusercontent.com/yogesh-aggarwal/sql-tools-lib/master/docs/media/brand.png" width="250"/></p>

**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 `sqlite` 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

---

## Resources

Read the full [documentation](https://yogesh-aggarwal.gitbook.io/sql-tools) for more information

You can contribute to it through [GitHub](https://github.com/yogesh-aggarwal/sql-tools-lib)

## View project at [GitHub](https://github.com/users/yogesh-aggarwal/projects/2)


