SQlite 簡單介紹

介紹一下SQlite,
這套軟體就如同它的名字,是個lite 版本的sql :)
官方網站http://www.sqlite.org/

維基:SQlite
裡頭有介紹目前的支援的語言以及相關的應用套件。
像是:
以下列一下常用的指令集:

$ sqlite3 xxxx.db
打開某db

sqlite>

創造系

sqlite> create table tbl1(one varchar(10), two smallint);
sqlite> insert into tbl1 values('hello!',10);
sqlite> insert into tbl1 values('goodbye', 20);
sqlite> select * from tbl1;


或是

sqlite> CREATE TABLE tbl2 (
...> f1 varchar(30) primary key,
...> f2 text,
...> f3 real
...> );


觀察系

.databases
List names and files of attached databases

.schema ?TABLE?
Show the CREATE statements

.indices TABLE
Show names of all indices on TABLE

輸入/輸出

.dump ?TABLE? ...
Dump the database in an SQL text format

.import FILE TABLE
Import data from FILE into TABLE

.load FILE ?ENTRY?
Load an extension library

.read FILENAME
Execute SQL in FILENAME

脫離戰場

.quit |
.exit
Exit this program


--

簡單介紹到此,有問題可以先看sqlite faq

留言

Google

本月熱門文章

香港朋友,真的對唔住,台灣出了這種中共的幫兇!

堅持5個月!反送中示威者六大特色 6 features of Hong Kong Anti-ELAB Protesters│老外看香港│郝毅博 Ben Hedges│新唐人電視台

新北市幼稚園餵藥案問題?沒有找到答案!需要神探侯友宜市長而非吉的堡公關侯友宜

熱門文章

企鵝妹/柳允進 史上最暈的TT三分鐘完整版一次看個夠

陳昇 Bobby Chen【把悲傷留給自己 I left sadness to myself】Official Music Video

裝潢師傅貼圖來了唷

香港朋友,真的對唔住,台灣出了這種中共的幫兇!

新手自建監控雲最快的方式:推薦QNAP NAS 搭配QVR Pro

2020 中華民國 台灣 失業補助申請方式 失業給付申請

香港朋友看服貿 - 嗨,我是香港人,一個CEPA的受害者。

堅持5個月!反送中示威者六大特色 6 features of Hong Kong Anti-ELAB Protesters│老外看香港│郝毅博 Ben Hedges│新唐人電視台