implement sqlite database

This commit is contained in:
John Cantrell
2021-06-18 13:45:16 -04:00
parent 5a6a2cefdd
commit c06d9f1d33
9 changed files with 1033 additions and 4 deletions

View File

@@ -244,6 +244,9 @@ pub extern crate electrum_client;
#[cfg(feature = "key-value-db")]
pub extern crate sled;
#[cfg(feature = "sqlite")]
pub extern crate rusqlite;
#[allow(unused_imports)]
#[macro_use]
pub(crate) mod error;