|
|
|
|
|
by rrr_oh_man
109 days ago
|
|
Maybe if you add a new variable to a table and need it in a query five views down? But honestly I much prefer using assisted queries like the supabase package, but leaving the tables alone. ORM can be very unwieldy in an unstable environment. I’ve once tried a "type-safe" SQL extension and it was pretty neat. Imho something like this is much more useful than a lot of ORM-overhead. |
|