참조사이트
mySQL, msSQL, postgreSQL, SQLite, Oracle 위주로 분류
● mySQL, msSQL, postgreSQL, SQLite, Oracle...외 기타
※ Dbeaver ( https://dbeaver.io/ )
- JAVA 필요, 설치시에 포함된 버젼으로 설치 가능

※ Query Xtractor ( https://data-xtractor.com/query-xtractor/ )
※ FlySpeed SQL Query ( https://www.activedbsoft.com/overview-querytool.html )
- ERD 가능 ( 테이블간 연계 확인할때 편리 )
- 테이블 이름 자동 완성



※ DbVisualizer ( https://www.dbvis.com/ )
● msSQL
※ SSMS(SQL Server Management Studio) ( https://docs.microsoft.com/ko-kr/sql/ssms/sql-server-management-studio-ssms?view=sql-server-ver15)
※ azure data studio ( https://docs.microsoft.com/ko-kr/sql/azure-data-studio/what-is-azure-data-studio?view=sql-server-ver15 )
● mySQL, msSQL, postgreSQL, SQLite
※ sqlectron ( https://sqlectron.github.io/ )
- only 쿼리 실행만을 위한 툴
- query beautyfy 가 있어서 자동 정렬이 가능
- 가끔 화면에 입력 불가일때 ALT 키 두번 클릭하면 입력가능해짐
- 브라우저 기반으로 화면 확대 축소 : ctrl + , ctrl -
- 쿼리 실행하기, 인덱스/PK 조회, 컬럼명 조회
- DB 생성, Table 생성 메뉴 없음
- Table cell update 불가능


※ valentina studio ( https://valentina-db.com/en/ )
- bonjour service 필요
※ beekeeper studio ( https://www.beekeeperstudio.io/ )
- 쿼리 실행하기, 인덱스/PK 조회, 컬럼명 조회, 컬럼길이 조회
- 화면 확대 축소 : ctrl = , ctrl -
- DB 생성 메뉴 없음
- Table 생성 메뉴 있음
- table cell update 가능
- row 추가시 버튼을 사용함






※ heidiSQL ( https://www.heidisql.com/ )
- DB, 테이블 생성 가능
- 쿼리 또는 insert 버튼을 통해서 Row 입력 가능 (불편)
- 데이타는 Cell 상에서 직접 수정 가능
※ dbdate ( https://dbgate.org/ )
● mysql
※ workBench ( https://www.mysql.com/products/workbench/ )
● msSQL, mySQL, oracle
※ queryBox ( http://www.querybox.com/ )

● Oracle
※ sqlDeveopler ( https://www.oracle.com/kr/database/technologies/appdev/sqldeveloper-landing.html )

● postgreSQL
※ pgAdmin ( https://www.pgadmin.org/ )
※ pgWeb ( http://sosedoff.github.io/pgweb/ )
- 단일 파일 ( pgweb_windows_amd64.exe )
- localhost 웹 방식 DB 브라우저
- http://localhost:8081/
● mySQL, msSQL, postgreSQL, SQLite
※ openDBviewer ( https://github.com/Jet1oeil/opendbviewer )
● mongoDB 가능 Tool
※ dbdate ( https://dbgate.org/ )
※ mongotron ( http://mongotron.io/#/ )
● 확인전
※ omnidb
※ toad
※ Tadpole (올챙이)
※ tableplus
'데이타베이스' 카테고리의 다른 글
DB에서 트랜잭션 시작하기 (0) | 2024.07.24 |
---|---|
DB에서 자동증가 컬럼 만들기 (0) | 2024.07.24 |
DB에서 문자열 결합 시 NULL을 공백으로 처리하기 (0) | 2024.07.24 |
DB에서 문자열 결합하여 컬럼 업데이트하기 (0) | 2024.07.24 |