SQLite
SQLite entry point.
Types
Properties
Configuration exposing options that can be accessed at anytime.
Hard limit on the amount of heap memory that may be allocated by SQLite.
Maximum value of memoryUsed since the high-water mark was last reset.
Number of bytes of memory currently outstanding.
Soft limit on the amount of heap memory that may be allocated by SQLite.
Functions
Registers the autoExtension callback. This method has no effect if the autoExtension is already registered.
Unregisters all the AutoExtension previously registered.
Returns the number of bytes of memory currently outstanding and the highwater mark.
Opens an SQLite database file as specified by fileName and returns a DatabaseConnection.
Attempts to free size bytes of heap memory by deallocating non-essential memory allocations held by the database library.
Unregisters the autoExtension callback. This method has no effect if the autoExtension is not registered.