DBeaver

From Bitpost wiki
Revision as of 17:56, 15 October 2018 by M (talk | contribs) (→‎PPA (preferred))

Install

PPA (preferred)

sudo add-apt-repository ppa:serge-rider/dbeaver-ce
# [ENTER] to continue
sudo apt-get update
sudo apt-get install dbeaver-ce

deb

sudo dpkg -i Downloads/dbeaver-ce_4.3.3.1_amd64.deb

Run

The app is based on eclipse, start dbeaver to fire it up.

dbeaver& 

Drivers

  • Right-click in Database Navigator > rclick > Create new connection > type [postgres] or [sqlite]
  • You will be prompted to set up the drivers, noice
  • Alternately, you can open a sqlite file, it will prompt to download sqlite driver
  • Good to go!