-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix(postgresql): use default export #63
Conversation
1fe3275
to
e392b49
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
e392b49
to
9114df8
Compare
can we merge this? need this in a project. |
sorry for delay but i need further testing to see either prefer this or in the meantime i suggest to use pnpm patch. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Any updates on this? Currently having issues with using pg in a nuxt3 project on the nitro side of thingsβsame failure to import: "The requested module 'pg' does not provide an export named 'Client'" |
Based on what I've seen and read. |
I also wanted to use db0 with postgres, but this is blocking me. @pi0 can you help a fellow Passionate Person π |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
=======================================
Coverage ? 29.90%
=======================================
Files ? 15
Lines ? 515
Branches ? 43
=======================================
Hits ? 154
Misses ? 354
Partials ? 7 β View full report in Codecov by Sentry. |
Thanks for fix PR and sorry it got this delayed. db0 was experimental and took less priority. it will get better attention. |
π Linked issue
Resolves #62
β Type of change
π Description
Updated import statement for "pg" so that is works well with *.mjs files.
π Checklist