FixIO Documentation

Back to summary

import "io/sql/sqlite";

SQLiteDatabase class

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.

Initialization

static function is_present(): Boolean
Returns true when the support for SQLite embedded database is present (it was enabled at compilation-time).
static function open(path: Path or String): SQLiteDatabase
Opens or creates the SQLite database.