sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.56k stars 723 forks source link

bit.io support #574

Closed anaschaudhary33 closed 1 year ago

anaschaudhary33 commented 1 year ago

While using bit.io Getting this error

pq: inet_client_addr is not supported
sosedoff commented 1 year ago

I havent used bit.io so dont know much about how its configured. Could you provide some context on what you're doing and how you're connecting to their endpoints?

anaschaudhary33 commented 1 year ago

I am able to connect through psql this using url scheme

postgresql://username:password@db.bit.io/databasename

the databasename contains a slash databasename=abcd/efgh

sosedoff commented 1 year ago

Not sure what the problem is then. Im going to close unless you have anything else to share

Davincible commented 1 year ago

@anaschaudhary33 try url encoding the database name

anaschaudhary33 commented 1 year ago

@anaschaudhary33 try url encoding the database name

Tried url encoding database%2Fname but getting same error