Exploring the database
Suggest editsNow that you have created a database cluster and connected to it, you can start exploring the database. In this step, we'll show you how to use psql
to connect to the database cluster and run some basic queries.
Assuming that you are using psql
as your Postgres client as suggested in the previous step, proceed to connect to the database cluster.
Once you have connected you can run some basic queries. But first you'll want to create a database of your own to work with.
Create a database
Create a user with the edb_admin role:
Create a database: