-
Notifications
You must be signed in to change notification settings - Fork 9
DBeaver
Nassib Nassar edited this page Jun 4, 2020
·
11 revisions
DBeaver is used extensively in the LDP community. The DBeaver Community Edition is free and open source.
- From the "Database" menu, select "New Database Connection"
- In the wizard that pops up, search for "PostgreSQL." Select it and click "Next >".
- Type in the connection details above for host, port, database, user, and password.
- Click on the SSL tab. Check the box next to "Use SSL." Using the "SSL mode" drop-down menu, select "require."
- Click Finish.
- The database connection should now appear in the left panel under the Database Navigator. Unless you changed the name, the connection will likely be named "PostgreSQL - ldp_snapshot."
- Expand the arrow to see the contents of the database.
- Under "Schemas", select "public"
- Under "public", select "Tables"
- Under "Tables", double click on a table name to see basic information about the table, including a tab that shows the data
- From the "SQL Editor" menu, select "New SQL Editor" to paste in and run an SQL query