Short of building a Linux machine and writing C code, is there a way to create a SQLite virtual table using a module which reflects one of android's content providers?
It will be very handy to be able to JOIN such table as part of my database query.