rollbacks property

Stream<void> get rollbacks

An async stream that fires after each rollback.

Listening to this stream will register a "rollback hook" on the native database. Each rollback that sqlite3 reports through that hook will then be added to the stream.

Note that the stream reports updates asynchronously, e.g. one event loop iteration after sqlite reports them.

See also:

Implementation

Stream<void> get rollbacks;