sqlite 브라우저(Browser) 뷰어(View) 다운로드

2020. 6. 1. 10:38IT

반응형

많은 데이터베이스중에 Sqlite는 가볍고 다양한 플랫폼에서 두루 쓰입니다.

 

사용법도 다른 데이터베이스에 비해 비교적 쉽죠.

 

또한 소프트웨어 개발에 데이터베이스를 포함시킬경우, 가볍게 데이터베이스를 넣고 싶다면 sqlite를 사용합니다.

 

sqlite 말그대로 가벼움이 큰 장점 입니다.

 

자세한 사용법 및 다운로드는 다음 링크를 참조하세요.

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

 

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

 

제목과 같이 이러한 sqlite파일을 열어보아야 할일들이 많은데 그때 사용하는 툴을 소개합니다.

맞습니다. sqlite Browser 역시 가벼운 툴입니다.

휴대폰 파일에서도 sqlite 파일들이 많이 보일것입니다. 모바일에서도 이러한 가벼운 sqlite를 많이 사용합니다.

해당 파일을 열어보고 싶다면 아래 링크에서 툴을 다운로드 받으세요.

https://sqlitebrowser.org/

 

DB Browser for SQLite

DB Browser for SQLite The Official home of the DB Browser for SQLite Screenshot What it is DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. DB4S is for users and dev

sqlitebrowser.org

윈도우, 맥, 유닉스등 다양한 플랫폼 별로 다은로드 가능합니다.

아래 링크는 2020-04-15 릴리즈된 최신버전이네요.

https://sqlitebrowser.org/blog/first-alpha-release-for-3-12-0/

 

First alpha release for 3.12.0 - DB Browser for SQLite

The first Windows and mac alpha builds for our next major release are ready. Please try them out, and report any weirdness. Downloads Note - There is no Windows XP support in the 32-bit builds at the moment. It will probably be added back in the beta relea

sqlitebrowser.org

사용법은 너무쉬워 생략하겠습니다. ㅎㅎ

반응형