Rust nostr sdk just added dart support, and it already supports nostrdb. But it's API is all async
@Yuki Kishimoto
Login to reply
Replies (2)
the main performance benefit of nostrdb is lost if you use nostr sdk, since it add a copy to an otherwise non-copy api
I'm adding support for transactional queries to the nostr-database traits ๐
This will allow to have **almost** the same performance as using nostrdb directly, even when used from the nostr-sdk.

