Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Exception of SQLite3Driver. Usually this class is directly returned in case of error within driver itself.
Link copied to clipboard
Exception that occurs from within SQLite 3 Node.js module.
Functions
Link copied to clipboard
Workaround suspending method to use with SQLite3 async driver. Use this instead of non-async method Query.executeAsList.
Link copied to clipboard
Link copied to clipboard
suspend fun initSqlite3SqlDriver( filename: String, mode: Number? = null, schema: SqlSchema<QueryResult.AsyncValue<Unit>>? = null): SQLite3Driver