-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistent adapter #24
Comments
I'm also curious whether relational-record could function as a reasonable stand-in for esqueleto |
@rehno-lindeque a glance over the code reveals relational-query-hdbc is itself an adapter for relational-query. I don't know what is needed exactly but it supplies Maybe it wouldn't be too much work to make it work with |
In private communication, @khibino pushed this issue to his todo list. :-) |
👍 |
A persistent adapter is developed at |
Uploaded to hackage! |
Nice work! |
Hello,
I have a fully specified model using persistent from the yesod framework and currently I am evaluating available query DSLs. Do you think it would be possible to write adapters for relational-record to use it with persistent? That would make relational-record way more easily usable for me and probably many other people.
Thank you,
Alex
The text was updated successfully, but these errors were encountered: