/db-example

Testing out interfaces to a MySQL database

Primary LanguagePythonApache License 2.0Apache-2.0

virtualenv venv
./venv/bin/pip install -r requirements.txt 

If you add to the requirements.txt, you can regenerate it with:
./venv/bin/pip freeze -r requirements.txt