File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
frameworks/Python/aiohttp Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "framework" : " aiohttp" ,
33 "tests" : [{
4- "orm" : {
5- "json_url" : " /json" ,
4+ "default" : {
65 "db_url" : " /db" ,
76 "query_url" : " /queries/" ,
87 "fortune_url" : " /fortunes" ,
98 "update_url" : " /updates/" ,
10- "plaintext_url" : " /plaintext" ,
119 "port" : 8080 ,
1210 "approach" : " Realistic" ,
1311 "classification" : " Micro" ,
1412 "database" : " Postgres" ,
1513 "framework" : " aiohttp" ,
1614 "language" : " Python" ,
1715 "flavor" : " Python3" ,
18- "orm" : " Full " ,
16+ "orm" : " Raw " ,
1917 "platform" : " asyncio" ,
2018 "webserver" : " gunicorn" ,
2119 "os" : " Linux" ,
2220 "database_os" : " Linux" ,
23- "display_name" : " aiohttp-orm " ,
24- "notes" : " uses sqlalchemy for database access"
21+ "display_name" : " aiohttp" ,
22+ "notes" : " uses asyncpg for database access"
2523 },
26- "default" : {
24+ "orm" : {
25+ "json_url" : " /json" ,
2726 "db_url" : " /db" ,
2827 "query_url" : " /queries/" ,
2928 "fortune_url" : " /fortunes" ,
3029 "update_url" : " /updates/" ,
30+ "plaintext_url" : " /plaintext" ,
3131 "port" : 8080 ,
3232 "approach" : " Realistic" ,
3333 "classification" : " Micro" ,
3434 "database" : " Postgres" ,
3535 "framework" : " aiohttp" ,
3636 "language" : " Python" ,
3737 "flavor" : " Python3" ,
38- "orm" : " Raw " ,
38+ "orm" : " Full " ,
3939 "platform" : " asyncio" ,
4040 "webserver" : " gunicorn" ,
4141 "os" : " Linux" ,
4242 "database_os" : " Linux" ,
43- "display_name" : " aiohttp" ,
44- "notes" : " uses asyncpg for database access" ,
43+ "display_name" : " aiohttp-orm " ,
44+ "notes" : " uses sqlalchemy for database access" ,
4545 "versus" : " default"
4646 }
4747 }]
You can’t perform that action at this time.
0 commit comments