A lightweight, thread-safe MySQL connection pool for Python, designed for simplicity and reliability.
clone:
$ git clone https://github.com/sungeer/otter.git
$ cd otter
create & activate virtual env then install dependency:
with venv + pip:
$ python -m venv venv
$ source venv/bin/activate # use `venv\Scripts\activate` on Windows
$ pip install -r requirements.txt
run:
$ uvicorn otter:app
* Running on http://127.0.0.1:8000/
This project is licensed under the GPLv3 License (see the LICENSE file for details).