12345678910111213141516171819202122232425262728293031 |
- {
- "framework": "sanic",
- "tests": [
- {
- "default": {
- "json_url": "/json",
- "fortune_url": "/fortunes",
- "plaintext_url": "/plaintext",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "update_url": "/updates?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Postgres",
- "framework": "sanic",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "Sanic",
- "notes": "",
- "versus": "None",
- "tags": ["broken"]
- }
- }
- ]
- }
|