Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Daniel Barlow (dan@brvt.telent.net)'s status on Monday, 09-Oct-2023 10:21:28 JSTDaniel Barlow @clacke @katafrakt @petecorey "orm vs raw SQL" is a false dichotomy, really. You want some kind of abstraction over the relational model but you don't want the object mapping. I found this from first principles in CL and ended up creating "septeql" (old, unmaintained, zero users) but whether your language has something actually useful in this space is worth investigating. I don't know elixir but Sequel is nice for this in Ruby