Remix.run Logo
ravimakhijapi 2 hours ago

I think part of the issue is that SQL is nice for some things (do some aggregation on a row-filtered subset of columns) but perhaps not as much for other things (a query where later rows depend on earlier rows in complex ways). I think being able to compile a procedural programming language to SQL would be pretty nice for the latter.

NetMageSCW an hour ago | parent [-]

See LINQ?