bdk_sqlite 0.6.0

SQLite store for BDK using sqlx
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]

mod async_store;
pub use async_store::*;
mod error;
pub use error::*;
#[cfg(feature = "wallet")]
mod wallet;