리액트 정리
[DB] Centos 7 SQLite 설치 본문
sqlitebrowser/sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: - sqlitebrowser/sqlitebr...
github.com
$sudo yum install dnf
$ sudo dnf install cmake gcc-c++ git qt-devel qt5-linguist qt5-qtbase-devel \ sqlite-devel
$ git clone https://github.com/sqlitebrowser/sqlitebrowser
$ cd sqlitebrowser
$ cmake -Wno-dev .
$ make
$ sudo make install
$sqlitebroswer 하면 실행됨
VM 날라가는거 원투데이 아니라서 대비해서 써놓음
백업매앤 ~
'Uncategorized' 카테고리의 다른 글
[Node.js] Node.js란...? (0) | 2020.03.17 |
---|---|
[ASP.Net] "Rating" column not being added when running: dotnet ef database update (0) | 2020.02.14 |
[DB] NoSQL - MongoDB(몽고디비) 특징 정리 (0) | 2020.02.14 |
[DB] SQL - SQLite vs MySQL vs PostgreSQL : 관계형 데이터베이스 관리 시스템 비교 (0) | 2020.02.14 |
인내는 쓰고 초밥은 달다 (0) | 2020.01.30 |