Chris Stratton wrote: [...] > Pretty soon we'll be talking about a custom runtime linker that loads > up a patched version of the existing sqlite... there must be a better > way?
You might be interested in HSQLDB: http://hsqldb.org/ It's a pure-Java SQL engine. Being pure Java, it has the advantage of not needing hairy and non-portable native compilation. It's got a number of fun features like pluggable SQL functions written in Java. I can't find any handy references for the footprint size, though. -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "They laughed at Newton. They laughed at Einstein. Of course, they │ also laughed at Bozo the Clown." --- Carl Sagan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

