Hi All
I want to ship the app with the database and some seed data in an sql file, I have read the sqlite tutorial and wold like to avoid having to convert an existing large sql create database .sql file into individual 'Person.cs' files.
It might come to this, but I am hoping for an alternative.
Cheers