Yeah we still need a bunch more bindings. Go, Dart, C#, Java

Reply to this note

Please Login to reply.

Discussion

But. But… I code in Python.

Wait…

I tell ChatGPT to code my stuff in Python 🀭

Rust nostr sdk just added dart support, and it already supports nostrdb. But it's API is all async

nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet

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.

πŸ‘€