
- I think it'd be helpful to show the name of the db file that's passed in (or the default name if not) in place of
Tables, so if I pass in
$ SQLITE_NAME=/path/to/mydata.db go run main
It will show mydata.db there, otherwise show data.db.
- Could we always show the list of tables, and remove the collapsable toggle?
Tables, so if I pass in$ SQLITE_NAME=/path/to/mydata.db go run main
It will show
mydata.dbthere, otherwise showdata.db.