Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

sqlg/SQLiteGlue-2013.09

Repository files navigation

SQLiteGlue

Android & other Java native glue interface to sqlite using Gluegen.

Unlicense (public domain).

About

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

Building

First step

To include the gluegentools & sqlite-amalgamation subprojects: $ make init

Normal build

$ make

Regenerage Java & C glue code

$ make regen

Adaptations & extensions

TBD

About

Android & other Java native glue interface to sqlite using Gluegen. Unlicense (public domain).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published