Single file test, app.py
Flask + Flask-SQLAlchemy
MySQL (MySQL-python on CPython, PyMySQL on PyPy)
With ORM:
http://localhost:8080/dbs
Without ORM (raw):
http://localhost:8080/dbsraw
With ORM:
http://localhost:8080/db?queries=2
Without ORM (raw):
http://localhost:8080/dbraw?queries=2