Native only topic

Libraries related to accessing SQLite functions via dart:ffi on native platforms.

Libraries

sqlite3 Build hook options Native only
Dart bindings to sqlite3.

Classes

Database Native only
An opened sqlite3 database with dart:ffi.
PreparedStatement Native only
A prepared statement.
Sqlite3 Native only
Provides access to sqlite3 functions, such as opening new databases.
SqliteExtension Native only
Information used to load an extension through sqlite3_auto_extension, exposed by Sqlite3.ensureExtensionLoaded.

Constants

sqlite3 → const Sqlite3 Native only
Provides access to sqlite3 functions, such as opening new databases.