|
@@ -88,6 +88,27 @@
|
|
|
"display_name": "go-mongodb",
|
|
|
"notes": "mongodb implementation for go net/http",
|
|
|
"versus": "go"
|
|
|
+ },
|
|
|
+ "postgres": {
|
|
|
+ "setup_file": "setup",
|
|
|
+ "db_url": "/db",
|
|
|
+ "query_url": "/queries?queries=",
|
|
|
+ "fortune_url": "/fortune",
|
|
|
+ "update_url": "/update?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "go",
|
|
|
+ "language": "Go",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "Go",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "go-postgresql",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "go"
|
|
|
}
|
|
|
}]
|
|
|
}
|