Testing a db structure before beginnning to code the app

Posted by driverate on Stack Overflow See other posts from Stack Overflow or by driverate
Published on 2010-05-09T02:01:40Z Indexed on 2010/05/09 2:08 UTC
Read the original article Hit count: 282

Filed under:
|

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 so I know it's right and ready.

What's the best free software to use to test the db structure quickest?

© Stack Overflow or respective owner

Related posts about database

Related posts about testing