Metadata-Version: 2.1
Name: esql
Version: 2.1
Summary: a SQL helper
Home-page: https://github.com/Morgandri1/esql
Author: Morgan Metz
Author-email: mlmi4@k12albemarle.org
Project-URL: Bug Tracker, https://github.com/Morgandri1/esql/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# ESQL

ESQL is a way to easily make simple datebases for your discord bot so you don't have to use JSON. 

### how does it work? 

Its pretty simple. you create a datebase, then feed in the variables you want to have.

the tool automatically generates a README specific to how to implement your DB system.

#### creating a DB

windows:
```esql```

*NIX systems:
```python3 -m esql```
