|
11 년 전 | |
---|---|---|
.. | ||
templates | 11 년 전 | |
README.md | 12 년 전 | |
__init__.py | 12 년 전 | |
app.py | 11 년 전 | |
benchmark_config | 11 년 전 | |
setup.py | 11 년 전 | |
setup_nginxuwsgi.py | 11 년 전 | |
setup_py3.py | 11 년 전 | |
setup_pypy.py | 11 년 전 | |
source_code | 12 년 전 |
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