지속가능티끌/SQL. 데이터베이스
SQLite . DB Browser for SQLite . SQLite 편집, 뷰어 GUI 툴 . 개요 . 설치
i.got.it
2022. 2. 3. 12:57
DB Browser for SQLite (DB4S)
- SQLite 데이터베이스 디자인 (생성, 편집등) GUI 소프트웨어.
DB4S 주요기능
- Create and compact database files
- Create, define, modify and delete tables
- Create, define, and delete indexes
- Browse, edit, add, and delete records
- Search records
- Import and export records as text
- Import and export tables from/to CSV files
- Import and export databases from/to SQL dump files
- Issue SQL queries and inspect the results
- Examine a log of all SQL commands issued by the application
- Plot simple graphs based on table or query data
관리주체 : https://sqlitebrowser.org/
DB4S 설치
현재 (2022.02.02) 최신 버전 : 3.12.2
다운로드 주소 : https://sqlitebrowser.org/dl/ 에서 보이는 본인 운영체제와 비트수에 해당하는 파일 다운로드.
본 예에서는 아래 링크의 압축파일 다운로드함.
다운받은 압축파일 차단해제 처리하고, 압축푼 폴더에 있는 DB Browser for SQLIte.exe 실행하여 사용한다.
아래 그림은 실행샷.
비교
- Visual Studio 내에서도 SQLite 매니징 툴 사용 가능한데, 기능이 단순하여 DB 생성, 테이블 수정 , 등의 작업 량이 많은 경우에는 효율성 감소하나 DB4S 는 효율성 높여줄 정도로 직관적이고 더 많은 기능이 제공되어 매우 유용.
DB4S 포터블 활용
- 윈도우에 설치하지 않고 압축파일 다운로드 받아 외장 스토리지에 압축풀어 사용하는게 더 편리함.
연관
첫 등록 : 2022.02.03
최종 수정 : 2024.09.01
단축 주소 : https://igotit.tistory.com/3414