sqlite3 top-level property native

Sqlite3 get sqlite3

Provides access to sqlite3 functions, such as opening new databases.

{@category native}

Implementation

Sqlite3 get sqlite3 {
  return _sqlite3 ??= FfiSqlite3(open.openSqlite());
}