dio
dio copied to clipboard
A powerful command line interface for working with DBHub.io
I tried to upload 1.5MB sqlite datbase using `dio push`, but it failed with a server error: ``` $ ls -l us_states_covid.db -rw-r--r--. 1 lars lars 1503232 Mar 14 10:15...
Hi, **Problem I want to solve:** Only commit changes when there are real changes. **Issue I see:** It seems simply copying a database results in `dio` thinking there were changes....
Hello, I stumbled my way through committing my database to dbhub.io using `dio`, but it was rather clumsy and resulted in me deleting and uploading the database several times. I'd...
Uploaded a database from the web UI, now trying to push an update (new branch) and getting: ``` $ ./dio-linux-amd64 push testdb.sqlite3 --branch fix --message fix Upload failed with an...
Although the main pieces of dio now technically work, there are some areas which still need improvement: * ~When dio is first downloaded and run, if no config file is...
Today's updates for dio added support for modern DBHub.io, rather than the initial concept version. The current `pull` command retrieves a database. eg: ``` $ dio pull 2.5mbv3.sqlite Database '2.5mbv3.sqlite'...