moor.ffi library Null safety
Moor implementation using package:sqlite3/
.
When using a VmDatabase, you need to ensure that sqlite3
is available
when running your app. For mobile Flutter apps, you can simply depend on the
sqlite3_flutter_libs
package to ship the latest sqlite3 version with your
app.
For more information other platforms, see other engines.
Classes
- VmDatabase
- A moor database that runs on the Dart VM.
Typedefs
-
DatabaseSetup(
Database database) → void -
Signature of a function that can perform setup work on a
database
before moor is fully ready. [...]
Exceptions / Errors
- SqliteException
- Thrown by sqlite methods. [...]