File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
frameworks/Python/aiohttp Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22name = " aiohttp"
33
44[main ]
5- urls.plaintext = " /plaintext"
6- urls.json = " /json"
75urls.db = " /db"
86urls.query = " /queries/"
97urls.update = " /updates/"
@@ -13,12 +11,14 @@ classification = "Micro"
1311database = " Postgres"
1412database_os = " Linux"
1513os = " Linux"
16- orm = " Full "
14+ orm = " Raw "
1715platform = " asyncio"
1816webserver = " gunicorn"
1917versus = " None"
2018
21- [pg-raw ]
19+ [orm ]
20+ urls.plaintext = " /plaintext"
21+ urls.json = " /json"
2222urls.db = " /db"
2323urls.query = " /queries/"
2424urls.update = " /updates/"
@@ -28,7 +28,7 @@ classification = "Micro"
2828database = " Postgres"
2929database_os = " Linux"
3030os = " Linux"
31- orm = " Raw "
31+ orm = " Full "
3232platform = " asyncio"
3333webserver = " gunicorn"
3434versus = " default"
You can’t perform that action at this time.
0 commit comments