Sqlite파일을 만들고, 테이블을 만들고, 여러 쿼리를 넣어서 디비 작업을 했는데

 

막상 그 데이터를 눈으로 직접 보는 방법을 찾다가

 

SQLite 전용 브라우저를 알게 되었다.

 

라이센스도 무료로 제공이 되어, 사용하는데 무리가 없었다.

 

[ref link]

sqlitebrowser.org/dl/

 

Downloads - DB Browser for SQLite

(Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.12.0) for Windows: Note - If for any reason the standard Windows release does not work (e.g. gives an error), try a nightly build (below). Nightly builds often fix bugs reported

sqlitebrowser.org

 

위에 사이트에 들어가서 설치를 진행한다.

 

"DB Brower for SQLite - Standard installer for 64-bit Windows" 클릭한다.

(사용중인 운영체제에 맞게 설치를 진행하면 된다.)

 

동의하고 계속 진행.

 

SQLite에서 데스크톱 메뉴로 데이터만 확인할 것이기 때문에 이 기능만 선택했다.

 

이렇게하면 설치 완료!

 

실행화면

보통 프로그램을 만들기 위해서는 visual studio 같은 개발 툴이 필요하다.

 

하지만, 별도의 툴 없이 간단한 코드를 테스트하고 결과를 확인할 수 있는 사이트가 있다.

 

[ref link]

repl.it/

 

The collaborative browser based IDE

Repl.it is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages: Clojure, Haskell, Kotlin, QBasic, Forth, LOLCODE, BrainF, Emoticon, Bloop, Unlambda, JavaScript, CoffeeScript,

repl.it

 

구글 계정이나, 깃허브 계정만 있으면 손 쉽게 할 수 있다!

 

실행결과

 

짠 이런식으로 :)

컴퓨터를 자주 포맷하기 때문에 항상 설치했었던 프로그램을 다시 설치했었다.

 

그래서 이번에는 "Brackets"이라는 프로그램을 설치한다.

 

다운로드 주소는

 

[ref link]

brackets.io/

 

A modern, open source code editor that understands web design

Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long.

brackets.io

 

웹 프로그래밍을 할때 사용하는 필수 에디터이다.

 

Brackets 다운로드 사이트

 

위에 링크를 누르면 이런 사이트로 접속을 하게 된다.

 

다운로드 1

 

사이트에 접속을 했다면 "Download Brackets"를 클릭해서 다운로드를 진행한다.

 

다운로드 2

"Next"를 눌러 다운로드를 계속 진행

 

다운로드 3

"Install"를 눌러 설치 시작

 

다운로드 4

이렇게 설치가 진행된다.

 

다운로드 완료

다운로드가 완료되면 "Finish"로 완료.

+ Recent posts