createSession

fun createSession(options: CreateSessionOptions = definedExternally): Session(source)

Creates and attaches a session to the database. This method is a wrapper around sqlite3session_create() and sqlite3session_attach().

Since

v22.12.0

Parameters

options

The configuration options for the session.