Next step for Python app using Sqlite db
- by ChrisC
I want to write a db program in Python using Sqlite. I have the db table structure planned, and am ready to move to the next step, which I think is to work any bugs out of the db structure.
I am totally inexperienced in development except for writing the original db (written in MS Access), and an Intro to C++ class (OOP concepts and console C++ programs).
Is it time to test the db structure? If so, what's the best way, and what tool(s) should I use?
Thank you.