|
|
12 年之前 | |
|---|---|---|
| .. | ||
| templates | 12 年之前 | |
| README.md | 12 年之前 | |
| __init__.py | 12 年之前 | |
| app.py | 12 年之前 | |
| benchmark_config | 12 年之前 | |
| setup.py | 12 年之前 | |
| setup_nginxuwsgi.py | 12 年之前 | |
| setup_py3.py | 12 年之前 | |
| setup_pypy.py | 12 年之前 | |
| 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