-
Notifications
You must be signed in to change notification settings - Fork 5
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
Using with pg-mem? #2
Comments
This is not yet implemented 😑 It requires a refactoring on pg-mem side, which I started, but I did not have the time to finish. I dont have much time to work on OSS these days, unfortunately. That might change in the future, but I cant tell exactly when this will be supported |
Hey @oguimbal, thx for all of your hard work. This is a very wanted feature, please find the time to complete it or at least draft an orderly request for help... |
Hi @Asaf-S, preliminary work on pg-mem is still ongoing (little by little... I'm dedicating time to OSS when I can, which is not that often). Any help is always welcome, of course (I'm often receiving PRs on pg-mem and pgsql-ast-parser). The feature that is needed to make this work is pretty hard to implement, though: It is statement preparation & parameters binding. Rest assured that I still have this issue in mind when working on pg-mem (mainly to support connecting Prisma to pg-mem) |
has there been any progress on this? I'd absolutely love to use this for testing prisma |
+1 how can I help? How far did you come? Which specific branches would be WIP on this topic for I see oguimbal/pg-mem#360 should be connected. anyway this is how far I came setting up a stand-alone database server; it doesn't respond ok to a connect command: |
@oguimbal can we please discuss how to move forward on this issue? E.g. could you share your work so far in a WIP merge request, so I can see what the solution direction is? |
Would you mind giving an example on how to create pg-server proxy against pg-mem?
I tried with passing
() => newDb().adapters.createPgNative()
forcreateSimpleProxy
, but it gives an error when trying to callsetNoDelay()
.The text was updated successfully, but these errors were encountered: