0

I installed an application that uses a PostgreSQL database. When I installed the application it automatically installed PostgreSQL for me.

How can I view the raw PostgreSQL database rows?

Thanks

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.