Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Question about the Persister #1793

Open
cymqqqq opened this issue Jan 8, 2025 · 2 comments
Open

Question about the Persister #1793

cymqqqq opened this issue Jan 8, 2025 · 2 comments

Comments

@cymqqqq
Copy link

cymqqqq commented Jan 8, 2025

Why Sqlite database supported since the new version, but the KV database was removed?

@notmandatory
Copy link
Member

Do you mean the sled KV store? one reason is it wasn't very reliable on mobile but sqlite was always solid. Are you looking for a KV store or just some sort of storage that's in native rust? One good option for a native rust KV store is redb which it should not be hard to use to implement the new bdk_wallet 1.0 persistence.

@notmandatory notmandatory moved this to Discussion in BDK Wallet Jan 9, 2025
@cymqqqq
Copy link
Author

cymqqqq commented Jan 9, 2025

Ok, thanks, I got it. I am just curious about the advantages or disadvantages of using the KV store or Sqlite when we build something with bdk wallet.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Discussion
Development

No branches or pull requests

2 participants