-
Notifications
You must be signed in to change notification settings - Fork 15
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
postgres.js does not correctly parse URLs containing unix sockets #56
Labels
bug
Something isn't working
Comments
honnip
changed the title
postgres.js does not parse the database url correctly
postgres.js does not correctly parse URLs containing unix sockets
Oct 31, 2024
@dahlia is there a reason we're using postgres instead of pg? |
@ThisIsMissEm It's because @fedify/postgres depends on postgres.js. |
Could @fedify/postgres depend on pg instead? |
Ah, ick, okay. I can't recall if pg does explicitly support those but I think so? |
Maybe it would be better to create a separate package called @fedify/pg. 🤔 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related:
The library does not correctly parse URLs containing unix sockets.
I confirmed that porsager/postgres#484 (comment) solves it. (https://github.com/honnip/hollo/commits/db/unix-socket/)
The text was updated successfully, but these errors were encountered: