I'm following an example found here about creating a database with SQLite.
Now as far as I can see, this example re-creates the database every time. How can I make sure that the database only gets created once?
I'm following an example found here about creating a database with SQLite.
Now as far as I can see, this example re-creates the database every time. How can I make sure that the database only gets created once?