Hello Brett,

All of my DB's are generated in code. When I version control the code,
I'm also version controlling the schema. If my users end up with bad
DB's (it's windows, it happens fairly frequently). They just delete
them and they're then re-created as needed by the program.

I have specific unit tests built as part of the class itself to test
access to the DB and test all the queries and inserts.

I just use the command line tool for trouble-shooting.

C



Thursday, May 10, 2012, 4:26:29 PM, you wrote:

MBE> How does one go about creating a database initially in SQLite?
MBE> Do you create a schema file for it to read or similar?
MBE> _______________________________________________
MBE> sqlite-users mailing list
MBE> sqlite-users@sqlite.org
MBE> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to