Module db

Source

Re-exports§

pub use crate::db::db::GlobalChangeCounterTracker;
pub use crate::db::db::PlacesDb;
pub use crate::db::db::SharedPlacesDb;

Modules§

db

Structs§

PlacesTransaction
High level transaction type which “does the right thing” for you. Construct one with PlacesDb::begin_transaction().