开发者

how to view PostgreSQL database on windows 7?

开发者 https://www.devze.com 2023-01-08 11:50 出处:网络
I installed an application that uses a PostgreSQL database. When I insta开发者_Python百科lled the application it automatically installed PostgreSQL for me.

I installed an application that uses a PostgreSQL database. When I insta开发者_Python百科lled the application it automatically installed PostgreSQL for me.

How can I view the raw PostgreSQL database rows?

Thanks


You could use pgAdmin, which might've been automatically installed when PostgreSQL was otherwise you can download it for free. They've also got a 10 minute introductory video on using pgAdmin


You can use psql, a command line tool which may already be installed with your code, or you can use pgAdmin if you prefer a gui tool. Also many scripting languages, perl, python, etc. have libraries that allow easy access to the database.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号