feat: added postgres to ffi (#1117)

* feat: added postgres to ffi
This commit is contained in:
asmo
2025-09-30 15:14:28 +02:00
committed by GitHub
parent ddec3bb212
commit cb2e534f81
9 changed files with 853 additions and 389 deletions

View File

@@ -17,7 +17,7 @@ use std::str::FromStr;
use std::time::Duration;
use bip39::Mnemonic;
use cdk_ffi::database::WalletSqliteDatabase;
use cdk_ffi::sqlite::WalletSqliteDatabase;
use cdk_ffi::types::{Amount, CurrencyUnit, QuoteState, SplitTarget};
use cdk_ffi::wallet::Wallet as FfiWallet;
use cdk_ffi::WalletConfig;