Skip to content
Ashenguard edited this page May 9, 2022 · 4 revisions

Hating SQL Syntaxes while in need of using it? You came to right place!

Easy SQL

EasySQL is a simple but advanced plugin that works with SQL syntaxes without you writing any commands and will do almost all SQL tasks with some simple method calls.

How to use it

To install just use the following command

pip install PyEasySQL

Or

pip install --upgrade git+https://github.com/Ashenguard/EasySQL.git

By installing this library following libraries and their dependencies will be installed too.

mysql-connector: Which is the basic library for connecting to database

To use the library follow the instructions on General guide page

Links

Clone this wiki locally