On Wed, Oct 01, 2014 at 05:31:53PM +0100, Chris Walker wrote:
On Wed, 1 Oct 2014 13:01:14 +0100 Chris Green cl@isbd.net wrote:
On Wed, Oct 01, 2014 at 11:34:59AM +0100, Ewan Slater wrote:
I'd be happy enough with a simple browse facility plus some sort of way of changing individual fields.
How about http://sqlitebrowser.org/ ?
It's a GUI, not command line.
Haven't you answered your own question earlier in this thread when you mentioned Python?
Yes, however it's quite a heavyweight chunk of code to write a database browser/editor. The big problem is that it's decidely non-trivial to take a sort of table view of the data as created by a "SELECT * FROM x" and write it back to the database.