SQLite: Instalasi SQLite Database Browser

From OnnoCenterWiki
Revision as of 10:48, 23 June 2012 by Onnowpurbo (talk | contribs)
Jump to navigationJump to search

SQLite Database browser adalah sebuah GUI editor yang sangat ringan untuk SQLite database, dibuat menggunakan Qt. Tujuan utama dari proyek ini adalah memungkinkan pengguna non-teknis untuk membuat, memodifikasi, dan mengedit SQLite database menggunakan wizard dan interface yang seperti spreadsheet.

Download

Download dari

Instalasi

mkdir /usr/local/src/sqlitebrowser
cp sqlitebrowser-linux.tar.gz /usr/local/src/sqlitebrowser/
cd /usr/local/src/sqlitebrowser/
tar zxvf sqlitebrowser-linux.tar


Linux Users: Please download sqlitebrowser-linux.tar.gz, extract it and you will get the executable.


Referensi


Pranala Menarik