https://www.sqlite.org/download.html
wget {원하는 버전}
ex: certificate error 발생 시
wget --no-check-certificate <https://www.sqlite.org/2022/sqlite-autoconf-3380100.tar.gz>
cd {tar file}
./configure
make
sudo make install
<aside> 💡 sqlite3 시작하는 곳에서 db 생성됨
</aside>
sqlite3 {db} # 위치 중요!
.quit
.table
DROP TABLE if exists SL_2_LST___;