SQLiteExtension

data class SQLiteExtension(val libraryPath: String, val entryPoint: String? = null)(source)

Since

0.34.0

Constructors

Link copied to clipboard
constructor(libraryPath: String, entryPoint: String? = null)

Properties

Link copied to clipboard

optional entry point symbol. If null, SQLite resolves the default symbol.

Link copied to clipboard

path to the shared library implementing the extension.