What is #nostrdb? A custom DB that runs on relay servers? Or some kind of meta “distributed” DB?
Discussion
Its a local, embeddable nostr database in the same design as strfry.
Ahh that makes sense. So it runs client side, and optimized to communicate with the relays
Optimized for ingesting events from the outside world in the most efficient way possible, so that notes can queried locally and mapped to data types in your app with no serialization overhead. Basically does all the heavy lifting so your UI can take care of Ui things
In theory you could use this for both clients and relays?