6 ms·
This is awesome. I know that a lot of people are looking for something like the Linear sync engine. I appreciate that you're thinking about relational data and
by remolacha 2y ago
This is awesome. I know that a lot of people are looking for something like the Linear sync engine.
I appreciate that you're thinking about relational data and about permissions. I've seen a bunch of sync engine projects that don't have a good story for those things.
imo, the more that you can make the ORM feel like ActiveRecord, the better.
- stopachka 2y agoThank you. We admire ActiveRecord's DSL. I especially like their `validation` helpers, simple error reporting, and the `before` / `after` create hooks.