Android & other Java native glue interface to sqlite using Gluegen.
Unlicense (public domain).
SQLiteGlue provides the basic functions necessary to use sqlite from an Android or other Java application over JNI (Java native interface). This is accomplished by using GlueGen around a simple wrapper C module.
TBD API & some internal details
To include the gluegentools
& sqlite-amalgamation
subprojects: $ make init
$ make
$ make regen
TBD