[sqlite3] DB 생성

김성수·2020년 9월 9일
0

DB 생성

명령어:

$ sqlite3 <db이름>.db
)
$ sqlite3 new.db
SQLite version 3.11.0 2016-02-15 17:29:24
Enter ".help" for usage hints.
sqlite>

DB 생성 확인

sqlite> .databases

seq  name             file
---  ---------------  ----------------------------------------------------------
0    main             /home/user/new.db
sqlite> .quit
$
profile
뿌리가 튼튼한 사람이 되고자 합니다.

0개의 댓글