feat: wallet sqlite

This commit is contained in:
thesimplekid
2024-06-05 17:14:26 +01:00
parent bbc63306db
commit e1506c4e34
7 changed files with 909 additions and 2 deletions

View File

@@ -5,3 +5,5 @@ pub mod wallet;
#[cfg(feature = "mint")]
pub use mint::MintSqliteDatabase;
#[cfg(feature = "wallet")]
pub use wallet::WalletSQLiteDatabase;