SQLite 創(chuàng)建數(shù)據(jù)庫

sqlite 創(chuàng)建數(shù)據(jù)庫

sqlite 的 sqlite3 命令被用來創(chuàng)建新的 sqlite 數(shù)據(jù)庫。您不需要任何特殊的權限即可創(chuàng)建一個數(shù)據(jù)。

 

1. 語法

sqlite3 命令的基本語法如下:

$ sqlite3 databasename.db

通常情況下,數(shù)據(jù)庫名稱在 rdbms 內應該是唯一的。

另外我們也可以使用 .open 來建立新的數(shù)據(jù)庫文件:

sqlite>.open test.db

上面的命令創(chuàng)建了數(shù)據(jù)庫文件 test.db,位于 sqlite3 命令同一目錄下。

打開已存在數(shù)據(jù)庫也是用 .open 命令,以上命令如果 test.db 存在則直接會打開,不存在就創(chuàng)建它。

 

2. 范例

如果您想創(chuàng)建一個新的數(shù)據(jù)庫 <testdb.db>,sqlite3 語句如下所示:

$ sqlite3 testdb.db
sqlite version 3.7.15.2 2013-01-09 11:53:05
enter ".help" for instructions
enter sql statements terminated with a ";"
sqlite>

上面的命令將在當前目錄下創(chuàng)建一個文件 testdb.db。該文件將被 sqlite 引擎用作數(shù)據(jù)庫。如果您已經(jīng)注意到 sqlite3 命令在成功創(chuàng)建數(shù)據(jù)庫文件之后,將提供一個 sqlite> 提示符。

一旦數(shù)據(jù)庫被創(chuàng)建,您就可以使用 sqlite 的 .databases 命令來檢查它是否在數(shù)據(jù)庫列表中,如下所示:

sqlite>.databases
seq  name             file
---  ---------------  ----------------------
0    main             /home/sqlite/testdb.db

您可以使用 sqlite .quit 命令退出 sqlite 提示符,如下所示:

sqlite>.quit
$

 

3. .dump 命令

您可以在命令提示符中使用 sqlite .dump 點命令來導出完整的數(shù)據(jù)庫在一個文本文件中,如下所示:

$sqlite3 testdb.db .dump > testdb.sql

上面的命令將轉換整個 testdb.db 數(shù)據(jù)庫的內容到 sqlite 的語句中,并將其轉儲到 ascii 文本文件 testdb.sql 中。您可以通過簡單的方式從生成的 testdb.sql 恢復,如下所示:

$sqlite3 testdb.db < testdb.sql

下一節(jié):sqlite 附加數(shù)據(jù)庫

sqlite教程

相關文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频