Hacker News new | ask | show | jobs
by nichenqin 1096 days ago
Undb handles reference for you, which is always most hard/difficult part to handle in most lowcode system, so it's not just a database frontend. It's like MS access when you link reference in the access ui, but undb can also handle lookup & rollup in browser
1 comments

GP didn't ask about references. They asked what the tool actually was, and asked about the types of guarantees it provides compared to a known RDBMS.
I got it. And in my opinion the most value undb provide is to handle the reference part which you always have to impl in code when you use traditional RDBMS. Also it provides typed api, real-time sub and user friendly views
...You're still not answering the question. What are the ACID properties? Why is SQL, a standard for database query languages, not supported?
It supports, but just hard to write for people don't know sql
By “reference” you mean like foreign key reference? Joins?