unqlite library

Support for doing something awesome.

More dartdocs go here.

Classes

Collection
Manage collections of UnQLite JSON documents.
Cursor
CursorEntry
CursorIterator
Jx9VM
KVRecord
Transaction
Tuple2<T1, T2>
UnQLite

Properties

libPath String
no getter

Functions

unqliteValueToList(Pointer<unqlite_value> key, Pointer<unqlite_value> val, Pointer<Void> pData) int
unqliteValueToMap(Pointer<unqlite_value> key, Pointer<unqlite_value> val, Pointer<Void> pData) int

Typedefs

FetchCallback = void Function(dynamic)

Exceptions / Errors

UnQLiteError
UnQLiteKeyError