檔案放置網頁
Tclunqlite
About
This is the UnQLite extension for Tcl using the Tcl Extension Architecture (TEA).
UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. This extension provides an easy to use interface for accessing UnQLite database files from Tcl.
一些說明
實作下列 command 可以存取 binary data (for value, key 仍然要用字串):
DBNAME kv_store key value ?-binary BOOLEAN?
DBNAME kv_append key value ?-binary BOOLEAN?
DBNAME kv_fetch key ?-binary BOOLEAN?
CURSORNAME getdata ?-binary BOOLEAN?
所以如果是 binary data,現在也可以使用 Tclunqlite 來下 kv_store 或者是 kv_append 然後儲存在 UnQLite 的資料庫中,然後用 kv_fetch 或者是 cursor_name getdata 拿出來。
沒有留言:
張貼留言