The application I am working needs to be able to function disconnected from the internet. The problem I am running into is that there are large sets of semi-static data that needs to be available.
Is there some way that I could pre-seed a sqlite database file with data and then have gears fetch this database from the server? ---Dan
