impl/ns_database library
Classes
- NSDatabase
- Dart wrapper around a process-shared ns_database_t handle.
Exceptions / Errors
- DatabaseBusyError
- Thrown when another process holds the exclusive lock on the database file.
- DecryptionError
-
Thrown when an encrypted database cannot be opened because
encryptionKeyis missing or does not match the key used at creation.