An integrative library that contains tools for performing various tasks related to MySQL/sqlite3 databases.


Keywords
SQL, DATABASES, TABLES, RECORDS, command-line, database, dbms, django, mongodb, mysql, python, sqlite
License
AGPL-3.0
Install
pip install sql-tools==3.1.0

Documentation

SQL-TOOLS

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 sqlite 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 | Downloads

or install it directly with the package manager.

pip install sql-tools


Resources

Read the full documentation for more information

You can contribute to it through GitHub

View project at GitHub