What are the conditions for sqlite to create a new database?
I am trying to create a new empty database using the sample SQL book example.
Changing the dataabse name does not create an empty database.
But somehow the database can appear.
How can it always be created?
Well, deserves an explanation:)
Over years, the most convenient way how to do things is to compare the content of db creation (actually, upgrading) scripts and if they do differ, execute them on database. So if you want to *force* this, just delete .sql files from config directory (empty will not match and scripts will be performed).