Rust nostr sdk just added dart support, and it already supports nostrdb. But it's API is all async
nostr:nprofile1qqsx3kq3vkgczq9hmfplc28h687py42yvms3zkyxh8nmkvn0vhkyyuspz4mhxue69uhkummnw3ezummcw3ezuer9wchsz9thwden5te0wfjkccte9ejxzmt4wvhxjme0qy88wumn8ghj7mn0wvhxcmmv9u0uehfp
the main performance benefit of nostrdb is lost if you use nostr sdk, since it add a copy to an otherwise non-copy api
Please Login to reply.
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.
👀