On Fri, Apr 22, 2011 at 8:18 AM, Maurice Marinus <[email protected]> wrote: > On a windows platform I have the following: > schema.sql (contains the sql scripts) > sqlite3.exe (command shell for sqlite -> downloaded from sqlite.org) > build.bat : A batch file containing the line : sqlite3.exe -init > schema.sql default.db3
I use something like the following to create a sqlite database as part of a larger build system: sqlite3.exe output.sqlite ".read output.sql" _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

