SQLiteAPI
SQLite
Describes the module-level API provided by Elide for interacting with, and manipulating, SQLite databases; Elide embeds the native SQLite engine and makes it accessible to guest code, and to host code, via JDBC.
SQLite databases are backed by native code, which is made addressable via JNI; guest code drives these methods directly, with values marshaled by interop as they pass over the native VM border.
See also
SQLite Database API
SQLite Statement API
SQLite Transaction API
SQLite Data Types