-
Notifications
You must be signed in to change notification settings - Fork 12
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 API integration #26
Comments
I've been thinking about this but it's a little tricky. hasql uses |
Hi @dylex! I've linked a relevant hasql ticket that points to a dev-version Postgres protocol implementation in hasql. Maybe you could share a bit of information regarding GC handling?
I'd appreciate any guideline. |
Hi!
I see that the current version of the project already depends on
postgresql-binary
, and I wonder to what extent it could integrate with hasql Connections and Sessions. As my projects already use hasql, I'd like to extend the existing API rather than replace it.Ideally I see it as something like
hasql-th
but implemented aspostgresql-typed
under the hood.The text was updated successfully, but these errors were encountered: