dwyl / learn-postgresql

🐘 Learn how to use PostgreSQL and Structured Query Language (SQL) to store and query your relational data. 🔍
212 stars 23 forks source link

`pgweb` #94

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

https://github.com/sosedoff/pgweb |> https://sosedoff.github.io/pgweb/

image

Looks decent. 💭

nelsonic commented 1 year ago

Installing now with homebrew:

brew update
brew install pgweb
nelsonic commented 1 year ago
pgweb

Starts the server and opens browser:

image

Create connection: image

nelsonic commented 1 year ago

Query works:

image

ndrean commented 1 year ago

Just saw this. Do you use it?

nelsonic commented 1 year ago

@ndrean yeah, been using it for a few months and currently using it to write/test queries. 🔍 Recommended.