본문 바로가기
Database/SQLite

[SQLite사용법] 설치 - Windows

by ㅇㅏㄹI 수 2024. 9. 26.
728x90

 

 

1. SQLite 다운로드

 - https://www.sqlite.org/

 

SQLite Home Page

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bu

www.sqlite.org

- Download Page

https://www.sqlite.org/download.html

 

SQLite Download Page

Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled bi

www.sqlite.org

2024.09.27 

version 3.46.1

 

 

2. SQLite 실행

 

 

3. 관리도구 (DB Browser for SQLite ) 내려받기

- https://sqlitebrowser.org/dl/

 

Downloads - DB Browser for SQLite

(Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.13.0) for Windows: Free code signing provided by SignPath.io, certificate by SignPath Foundation. Windows PortableApp There is a PortableApp available, but it’s still the previ

sqlitebrowser.org

2024.09.27

 version 3.13.0

 

 

 

### 로컬 스토리지에 SQLite를 사용할 때의 이점. ( 출처: https://learn.microsoft.com/ko-kr/windows/apps/develop/data-access/sqlite-data-access)

1. SQLite는 가벼우며, 독립적, 다른 종속성이 없는 코드 라이브러리로 구성이 필요없음. 

2. 데이터베이스 서버가 없음. 클라이언트, 서버가 동일한 프로세스에서 실행됨. 

3. SQLite는 공용 도메인에 기반을 두고 있어 자유롭게 사용하고 앱을 통해 배포할 수 있다. 

4. SQLite는 모든 플랫폼과 아키텍처에서 작동함. 

 

 

728x90

댓글