728x90

넥사크로 N 에서 SQLite 접속 후 조회할 일이 있어 사용하게 되었다.

 

다운로드는 아래 링크 참고..

 

SQLite Download Page

 

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

 

 

1. 아래 이미지와 같이   Precompiled Binaries for Windows > sqlite-tools-win32.....zip 파일을 다운로드한다.

 

2. 다운로드한 파일을 아래 경로와 같이 압축을 푼다.

 

3. sqlite3.exe 관리자 권한으로 실행하면 아래와 같이 확인이 가능하다.

 

 

간단하네요..

 

다음엔

데이터베이스 생성(CREATE), 테이블 생성(CREATE), 데이터 입력(INSERT), 데이터 조회(SELECT) 까지 알아볼께요.

728x90
반응형

+ Recent posts