centos에서 sqlite 테이블관리하기(sqlitestudio)

centos를 주력으로 사용하다보니..
sqlite3의 데이터 crud 및 테이블 구조 변경등을 GUI를 통해 쉽게 변경할 수 있는 툴을 설명합니다.

https://sqlitestudio.pl/index.rvt 에서
Lastest stable release (3.2.1):

DistributionPlatformSizeVersionLink
Windows (portable)32-bit27.5MB3.2.1SQLiteStudio-3.2.1.zip
Windows (installer)32-bit33.3MB3.2.1InstallSQLiteStudio-3.2.1.exe
Linux (portable)64-bit30.0MB3.2.1sqlitestudio-3.2.1.tar.xz
Linux (installer)64-bit46.1MB3.2.1InstallSQLiteStudio-3.2.1
MacOSX (portable)64-bit (ix86_64)30.9MB3.2.1SQLiteStudio-3.2.1.dmg
MacOSX (installer)64-bit (ix86_64)25.5MB3.2.1InstallSQLiteStudio-3.2.1.dmg
Sources (zip)Independent9.8MB3.2.1sqlitestudio-3.2.1.zip
Sources (tar.gz)Independent9.0MB3.2.1sqlitestudio-3.2.1.tar.gz
1. Linux 64-bit portable판을 다운로드 합니다.
2. 적당한 위치에 압축 파일을 해제 합니다.
 tar -zvf  sqlitestudio-3.2.1.tar.xz
3. 압축 해제된 폴더로 이동해서
 cd SQLiteStudio
4. 실행파일을 실행합니다.
 [root@superset SQLiteStudio]# ./sqlitestudio
Qt: Session management error: None of the authentication protocols specified are supported

5. DB 생성
 Menu - Add a database

 File : Test (데이터베이스명)
 Name : testdb (화면에 보여질 이름)
 추가된 데이터베이스(test)가 화면에 표시되었씁니다.

6. Table 추가 및 Column추가
 Menu - Create a table
 테이블 추가 및 컬럼의 추가하고 OK버튼을 클릭하면 테이블과 컬럼이 추가됩니다.
 완료 되었으면 파란색 commit structure chages 아이콘을 클릭해서
 테이블의 변경을 요청합니다.

7. 데이터 추가
 Data 탭에서 Insert row 아이콘을 클릭하고 데이터를 입력한 후, Commit 아이콘을
 클릭해서 데이터 추가를 실행합니다.



댓글

이 블로그의 인기 게시물

error You have $NVM_DIR set to "/root/.nvm", but that directory does not exist. Check your profile files and environment.

linux mint install xrdp

centos 6.x yum update problem making ssl connection