Database Tool(GUI)

효딩딩·2022년 10월 25일
0

Database Tool (GUI) 란?

  • 데이터베이스를 시각화 해주는 도구이며, GUI (Graphic User Interface) 라고도 통칭함

Dbeaver 란?

  • DBeaver는 SQL 클라이언트이자 데이터베이스 관리 도구임
  • 관계형 데이터베이스의 경우 JDBC API를 사용하여 JDBC 드라이버를 통해 데이터베이스와 통신한다.
  • 그 밖의 데이터베이스(NoSQL)의 경우 사유 데이터베이스 드라이버를 사용한다.
  • 자동 완성과 구문 강조를 지원하는 편집기를 제공한다.
  • 이클립스 플러그인 구조 기반의 플러그인 아키텍처를 제공함으로써 애플리케이션 동작 중 상당수를 수정하여 데이터베이스에 특화된 기능이나 데이터베이스에 독립적인 기능들을 제공할 수 있게 한다.
  • DBeaver는 아파치 라이선스로 배포되는 자유 오픈 소스 소프트웨어이다.

출처:
https://velog.io/@2innnnn0/dbeaverguide
https://velog.io/@shawnhansh/AWS-RDS-DBeaver%EC%97%90-%EC%97%B0%EA%B2%B0%ED%95%98%EA%B8%B0
https://ko.wikipedia.org/wiki/DBeaver
https://velog.io/@joyfuljoyful/MariaDB%EC%97%90-MYSQL-Workbench-%EC%97%B0%EA%B2%B0


(영문 해석)

What is Dbeaver?

  • DBeaver is a SQL client software application and a database administration tool.
  • For relational databases it uses the JDBC application programming interface (API) to interact with databases via a JDBC driver.

For other databases (NoSQL) it uses proprietary database drivers. It provides an editor that supports code completion and syntax highlighting. It provides a plug-in architecture (based on the Eclipse plugins architecture) that allows users to modify much of the application's behavior to provide database-specific functionality or features that are database-independent. This is a desktop application written in Java and based on Eclipse platform.

The community edition (CE) of DBeaver is a free and open source software that is distributed under the Apache License. A closed-source enterprise edition of DBeaver is distributed under a commercial license.

Source:
https://www.techrepublic.com/article/how-to-connect-to-a-remote-mysql-database-with-dbeaver/
https://en.wikipedia.org/wiki/DBeaver

profile
어제보다 나은 나의 코딩지식

0개의 댓글