From 80d7e68a79acc482d3dcf7bdcdf81aab66e34007 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 3 Aug 2020 12:02:09 +1000 Subject: [PATCH] Add ToDo item about the Go SQL API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4543a1..b845572 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A Go library for accessing and using SQLite databases stored remotely on DBHub.i * Download a complete database * Upload a complete database * Retrieve database commit history details (size, branch, commit list, whatever else is useful) +* Investigate what would be needed for this to work through the Go SQL API ### Requirements