Same basic advice as Michael.

If I may add however, you make a separate SQL file with just the database schema and put it under version control same way you would do with any other source file. Other test cases and sample queries can also be version controlled but would probably be separate from the main schema.


Mircea

On 10/05/2012 4:26 PM, McSparin, Brett E wrote:
How does one go about creating a database initially in SQLite?
Do you create a schema file for it to read or similar?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
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