Feature
- DBeaver Community Edition Is Free
- Eclise base
- Install Theme: Menu > Help > Install New Software... > Darkest DArk Theme
# Scoop
scoop install dbeaver
# Brew
brew cask install dbeaver-community
# apt
wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list
sudo apt update
sudo apt -y install dbeaver-ce
반응형
'db' 카테고리의 다른 글
Install Mongodb for windows scoop (0) | 2019.02.01 |
---|---|
Install Postgresql for windows scoop (0) | 2019.01.31 |
데이터 저장을 위한 구조적 형태 (0) | 2016.07.25 |
초보자를위한 SQL 인젝션 비디오 자습서 8 (0) | 2014.10.08 |
오라클 트리거 (0) | 2012.01.04 |