mildly annoying programming: the java sqlite library does not seem to have a way to open an sqlite database from a byte array, you have to either make a new blank db in memory and restore from file, or open a file directly. meaning if you have a byte[] of the db, you have to write to to disk anyway!
4 days ago