I'm in the beginning stages of writing (and learning as I go) a Python database app using SQLite.
I have the db structure planned on paper, and I have the queries I'll need in mind, but before I start coding I want to fully test the db design to make sure it's right and ready.
What's the best free software to use to test the structure quickly?