This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients r.david.murray, rhettinger, serhiy.storchaka
Date 2018-05-07.11:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525691256.58.0.682650639539.issue33436@psf.upfronthosting.co.za>
In-reply-to
Content
It could be added in Tools/scripts directory or as a part of the sqlite3 module.

> It's not immediately obvious what benefits this provides over the existing sqlite-native repl and the python repl.

The existing sqlite-native repl is not always installed when Python is installed (especially on Windows). It is handy that Python provides CLI to some modules, including zipfile and tarfile.

I would prefer CLI, but maybe both interfaces can be combined.

It would be nice to provide also a graphical Sqlite3 browser, which can be ran as a separate application and be integrated with IDLE (as turtledemo).
History
Date User Action Args
2018-05-07 11:07:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray
2018-05-07 11:07:36serhiy.storchakasetmessageid: <1525691256.58.0.682650639539.issue33436@psf.upfronthosting.co.za>
2018-05-07 11:07:36serhiy.storchakalinkissue33436 messages
2018-05-07 11:07:36serhiy.storchakacreate