Actions
Idea #8565
closed[API] Go code to connect to the API server database and make basic sense of it
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Start date:
02/26/2016
Due date:
Story points:
-
Description
This is a measurable start to replacing some API services in Go.
TBD: What are useful results for the code to return?
Updated by Brett Smith almost 9 years ago
- Target version set to Arvados Future Sprints
Updated by Tom Clegg over 8 years ago
Brett Smith wrote:
suggestions for tests:TBD: What are useful results for the code to return?
select max(version) from schema_migrations;
← might also be a useful thing to log at startupselect uuid from users where is_admin=true;
← some assurance the test fixtures are loaded
Updated by Tom Clegg over 8 years ago
Promising libraries:
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions