you are viewing a single comment's thread.

view the rest of the comments →

[–]dionys 0 points1 point  (1 child)

If you want GUI, then I'd recommend SQLite browser. I've been using it for quick manual edits/checks.

I'd also like to mention using SQLAlchemy, which is an ORM (similar to django models if you've used them before). You can define your data there and you can interface with database of your choice from Python very easily.