-
Notifications
You must be signed in to change notification settings - Fork 115
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
Hasql backend for Opaleye #529
Comments
Rel8 uses hasql as a backend, not postgresql-simple, so this may give us a bit reuse if it were to happen |
I only chose postgresql-simple because it seemed to be the default thing to use. Is there any strong reason for Opaleye not to migrate to Hasql in a future version? |
A big unknown to me is the stability of the binary protocol in comparison to the text protocol |
One huge benefit of this is that |
hasql
shows better benchmark results than PGSQL library.It would be more secure and faster, if
opaleye
could support it.@tomjaguarpaw I open the ticket in case there is a future work on this.
The text was updated successfully, but these errors were encountered: