DBeaver
Install
PPA (preferred)
sudo add-apt-repository ppa:serge-rider/dbeaver-ce sudo apt-get update sudo apt-get install dbeaver-ce
deb
- Download the 64-bit deb file
- Install:
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!