File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ A Go library for accessing and using SQLite databases stored remotely on DBHub.i
7
7
8
8
### What works now
9
9
10
+ * (Experimental) Upload, delete, and list your "Live" databases
11
+ * (Experimental) Execute INSERT/UPDATE/DELETE statements on your "Live" databases
12
+ * (Experimental) List the tables, views, indexes, and columns in your "Live" databases
10
13
* Run read-only queries (eg SELECT statements) on databases, returning the results as JSON
11
14
* Upload and download your databases
12
15
* List the databases in your account
@@ -27,8 +30,7 @@ A Go library for accessing and using SQLite databases stored remotely on DBHub.i
27
30
28
31
### Requirements
29
32
30
- * [ Go] ( https://golang.org/dl/ ) version 1.14.x
31
- * Older Go releases should be ok, but only Go 1.14.x has been tested (so far).
33
+ * [ Go] ( https://golang.org/dl/ ) version 1.17 or above
32
34
* A DBHub.io API key
33
35
* These can be generated in your [ Settings] ( https://dbhub.io/pref ) page, when logged in.
34
36
You can’t perform that action at this time.
0 commit comments