will users be able to access the nostrdb with something DBTools? super excited to learn about it

Reply to this note

Please Login to reply.

Discussion

Its a custom built database for nostr so unlikely. Would need its own set of tools

is the idea that you can use the DB for anything that's running on your relay like a market or media hosting or something including the nostr relay itself?

The idea is to have an embeddable relay as fast a strfry in any native nostr app. It stores notes in a format that is equivalent to accessing the data in memory, so it’s already faster than most databases in that sense.

The idea is that nostrdb will do all the heavy lifting: parsing, verifying, indexing, etc so clients can just be simple UIs and not have to think about protocol details or making crazy performance optimizations just go get a client up and running.

Its just a database for now but i want it to handle networking and relay code eventually as well. A native nostr devkit.

i like it, its like a nostr engine that your nostr apps can run on it seems,, Thanks @jb55