native_sqlcipher library

A synchronous SQLite wrapper.

Written using dart:ffi.

Classes

Database
Database represents an open connection to a SQLite database.
Result
Result represents a Database.query's result and provides an Iterable interface for the results to be consumed.
Row
SQLiteException

Enums

Convert
Type