Skip to content
SRINADH edited this page Apr 13, 2024 · 1 revision

Introduction

QueryManager is a Python library with various helpful features.The QueryManager project presents a simplified solution for Python developers and users who are seeking to streamline their database handling processes. This innovative tool eliminates the complexities and tediousness associated with database tasks, allowing developers to allocate their valuable time and energy towards other critical projects. We invite you to explore QueryManager and discover how it can benefit your workflow and productivity.

Links

Installation and Supported Versions

QueryManager is available on PyPi:

pip install pyarcS
pip install pyarcS==0.1

#QueryManager officially supports Python 3.8+.

Cloning the Repository

git clone https://github.com/Srinadhch07/QueryManager.git

Requirements

pip install mysql-connector-python

Feature

###This innovative tool eliminates the complexities and tediousness associated with database tasks, allowing developers to allocate their valuable time and energy towards other critical projects

Usage

from pyarcS.QueryManager import start_mysql
#To start working with BAv2 
start_mysql()