At the command line prompt: sqlite3 name_of_database_to_be_created
SQLite version 3.5.2 Enter ".help" for instructions sqlite>.read database_definition_text_file_name sqlite>.quit On Thu, 2007-11-29 at 15:43 -0600, Mark Brown wrote: > Hi- > > What is the preferred way to create SQLite databases? Ideally, I would like > to have the entire schema in a file, and then generate the DB from that, as > we make changes to the schema often. > > We're currently using something called SQLite Database Browser, but I am > becoming concerned that the version of SQLite it is using is not the same as > the version of SQLite we are using in our application. > > My developers all have Windows machines, but our application that uses > SQLite runs on vxWorks. > > Thanks, > Mark > > > > ----------------------------------------------------------------------------- > To unsubscribe, send email to [EMAIL PROTECTED] > ----------------------------------------------------------------------------- > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------