sqlite_watcher

Module connection

Source

Structs§

  • Connection abstraction that provides on possible implementation which uses the building blocks (State) provided by this crate.
  • Same as Connection but with an async executor.
  • Building block to provide tracking capabilities to any type of sqlite connection which implements the SqlConnection trait.

Traits§