Load database into Postgresql in Dbeaver

14,436

Install pgAdmin and follow the tutorial you linked. Following, expand the Databases tab in the left. There you will see all the available databases. There should be the one you have imported - probably named "dvdrental" or so. Then just type in the database name in the Database field in dbeaver

Share:
14,436
Sergey Ivanov
Author by

Sergey Ivanov

Updated on June 05, 2022

Comments

  • Sergey Ivanov
    Sergey Ivanov almost 2 years

    I have a sample database from this tutorial. I want to work with this database in Dbeaver. When I provide a path to the database in Dbeaver I get an error. enter image description here

    What is the procedure to work with the database in Dbeaver?

  • Sergey Ivanov
    Sergey Ivanov almost 7 years
    I did it through pgadmin and it worked. But the question is more general, given a local database how to connect it to dbeaver?
  • Georgi Raychev
    Georgi Raychev almost 7 years
    Login to your pgAdmin, and expand the Databases tab in the left. There you will see all the available databases. There should be the one you have imported - probably named "dvdrental "or so. Then just type in the database name in the Database field in dbeaver.
  • Sergey Ivanov
    Sergey Ivanov almost 7 years
    Wow... that's simple. Please, update the answer with the comment and I will accept it.