I am prototyping a new app and have been using a dataset to store the db so far (writing/reading to an xml file), nost surprisingly now the dataset is quite large the performance is not very good. Is there an easy way to set the schema for the sqlite db to be the same as the dataset ?, or do I have to...