You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' downloaded. Size: 2,666,496 bytes
It could be useful to have it allow for retrieving of individual tables too. Not sure what format though (CSV? JSON? single table SQLite file?). Having CSV as the default due to it's widespread use, but allowing others --format json might be the way to go.
$ dio pull 2.5mbv3.sqlite uniques
Database: '2.5mbv3.sqlite', table 'uniques' downloaded as '2.5mbv3-uniques.csv'.
Size: 100,000 bytes
The text was updated successfully, but these errors were encountered:
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:It could be useful to have it allow for retrieving of individual tables too. Not sure what format though (CSV? JSON? single table SQLite file?). Having CSV as the default due to it's widespread use, but allowing others
--format json
might be the way to go.The text was updated successfully, but these errors were encountered: