close

abstract override fun close()(source)

Shutdowns SQLite and resets global SQLite state.

It is recommended to terminate any active statement, transaction and opened database connection first before closing this SQLite instance.

Throws

if error happens while shutting down SQLite.