Joist 2.3 (TypeScript ORM) with Rails-style Scopes
Hi r/rails, feel free to ignore this if you feel it's in bad taste, but Joist is a TypeScript ORM that's always unashamedly been a Rails/ActiveRecord clone, although with our own innovations like N+1 prevention and fine-grained reactivity.
Our last release just added Rails-style scopes: https://joist-orm.io/blog/joist-2-3/
Just thought I'd post here as an FYI if any Rails devs find themselves on TypeScript backends and want some of that Rails/ActiveRecord DX/ergonomics. Thanks!