Next step for Python app using Sqlite db
Posted
by ChrisC
on Stack Overflow
See other posts from Stack Overflow
or by ChrisC
Published on 2010-05-03T02:12:13Z
Indexed on
2010/05/03
2:18 UTC
Read the original article
Hit count: 331
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.
© Stack Overflow or respective owner