tatut·2 năm trước·discussyes, I have plans to try adding some query helpers eventually.One could imagine representing queries as compound terms, like: q(user(id=Id, name=like("Bob%"), email=Email))which would query, from user table and bind Id and Email for all matches. I plan to experiment with something like that.
tatut·2 năm trước·discussthat is coming, once I get it a bit more developed... this isn't anywhere near usable for real yet
One could imagine representing queries as compound terms, like: q(user(id=Id, name=like("Bob%"), email=Email))
which would query, from user table and bind Id and Email for all matches. I plan to experiment with something like that.