Why Nostr? What is Njump?
2025-04-30 10:54:15 UTC
in reply to

fiatjaf on Nostr: I can't speak very authoritatively about the DBs, but the language for sure has to be ...

I can't speak very authoritatively about the DBs, but the language for sure has to be dumb: ORMs are very popular, and they work by exposing an API that takes structured inputs, then it generates a human-readable string to send to the SQL server, which then has to parse that string again into structured data before acting on it.