bones_api_db_sqlite library

Bones_API DB Adapter for SQLite.

Classes

DBSQLiteAdapter
A SQLite adapter, backed by the sqlite3 package (bundled SQLite, dart:ffi).
DBSQLiteConnectionWrapper
A DBSQLiteAdapter connection wrapper.

Constants

sqliteMemoryPath → const String
The :memory: path accepted by DBSQLiteAdapter to select an in-memory database.

Exceptions / Errors

DBSQLiteAdapterException
Exception thrown by DBSQLiteAdapter operations.