method DatabaseSync.prototype.createSession
#DatabaseSync.prototype.createSession(options?: CreateSessionOptions): Session
Creates and attaches a session to the database. This method is a wrapper around
sqlite3session_create()
and
sqlite3session_attach()
.
Parameters #
#options: CreateSessionOptions
optional
The configuration options for the session.
Return Type #
A session handle.