top | item 37503105

(no title)

thestepafter | 2 years ago

Even better, use stored procedures / routines on top of views and only query the stored procedures from the frontend.

discuss

order

maxbond|2 years ago

I like it, but the only benefit we've retained at that point is eliminating round trips. Which is pretty significant. But we're still engaging in API design, we're just doing it in Sqlite.