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

Latest commit

 

History

History
32 lines (17 loc) · 624 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 624 Bytes

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