<postmodern>
xybre, i understand axiom will be used to drive the query layer
<xybre>
Ah okay my bad :)
mbj has quit [Client Quit]
<postmodern>
xybre, but there has to be a higher level syntax for doing simple things
<xybre>
I think the examples there are intentionally to show off how it does complex things. As I understand it, a simple query in AR like User.where(id: 1).first would be env[:users].restrict(id: 1).one.
<xybre>
You could also do `User = env[:users]` to get the `User` constant back like in aR.
cobbr21 has quit [Ping timeout: 264 seconds]
<xybre>
If you have a seperate User model, then you can add a method to it maybe `repo` or `query` depending on your intent, and it would grab the Environment object for you.
<postmodern>
xybre, im hoping that will be provided for me via another library
<postmodern>
maybe dm-mapper?
<postmodern>
*rom-mapper
<xybre>
Sure. If they don't add one I probably will. Just means less setup.
cobbr2 has joined #rom-rb
knowtheory has joined #rom-rb
<postmodern>
guessing #rom-rb is going to be pretty quiet during EuroCamp
<postmodern>
hopefully will see some new users after solnic's workshop