Skip to content

Commit e452ab0

Browse files
committedMar 26, 2023
Update README with Live database information
1 parent c9d72b1 commit e452ab0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ A Go library for accessing and using SQLite databases stored remotely on DBHub.i
77

88
### What works now
99

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
1013
* Run read-only queries (eg SELECT statements) on databases, returning the results as JSON
1114
* Upload and download your databases
1215
* List the databases in your account
@@ -27,8 +30,7 @@ A Go library for accessing and using SQLite databases stored remotely on DBHub.i
2730

2831
### Requirements
2932

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
3234
* A DBHub.io API key
3335
* These can be generated in your [Settings](https://dbhub.io/pref) page, when logged in.
3436

0 commit comments

Comments
 (0)
Please sign in to comment.