import "io/sql/sqlite";
Provides access to the embedded SQLite database engine. The feature is optional, it has to be enabled at compilation-time. It is always available in the SDK (except currently for WebAssembly target).
Inherits from SQLConnection.
static function is_present(): Boolean
static function open(path: Path or String): SQLiteDatabase