Open
Description
Is your feature request related to a problem? Please describe.
When using a locally install postgresql on linux machine, i would like to connect via unix socket to postgresql.
Usually this is done by using string "postgresql://username@/database". It does not work with jet, it shows an error that password is missing.
Describe the solution you'd like
Since in normal use for golang app, connection string to unix socket works just fine, it would be good to have the same for go-jet.
Additional benefit is that on local machine no ports have to be open in this case.