Remix.run Logo
manoDev 2 days ago

I guess SQL is a requirement if they want to market their technology to normies.

zozbot234 2 days ago | parent [-]

SQL can express Datalog-like queries rather easily using recursive CTE's, and even more so via the recently-added Property Graph Query syntax.

jitl 2 days ago | parent [-]

recursive CTEs suck usability-wise compared to the usual Datalog horn clause syntax. I won't speak to usability of the "datomic" kind of datalog though, that thing I haven't been able to wrap my head around.