|
最近需要使用嵌入式數(shù)據(jù)庫進行存儲應(yīng)用本地信息,本文章主要進行記錄當前比較流行的嵌入式數(shù)據(jù)庫相關(guān)的鏈接,嵌入式數(shù)據(jù)庫往往是以lib的形式存在,常用于持久化存儲軟件的信息,嵌入式數(shù)據(jù)庫往往和應(yīng)用軟件緊密集成:
特點:
- database systems with differing application programming interfaces (SQL as well as proprietary, native APIs);
- storage modes (on-disk, in-memory, and combined);
- The term embedded database can be confusing because only a small subset of embedded database products are used in real-time embedded systems such as telecommunications switches and consumer electronics devices.[1] (See mobile database for small-footprint databases that could be used on embedded devices.)
常用的嵌入式數(shù)據(jù)庫:(主要索引幾個我比較感興趣的數(shù)據(jù)庫)
其他相關(guān)鏈接:
保持更新,本文章主要用來進行索引,詳細內(nèi)容請參考官方文檔;更多相關(guān)內(nèi)容請參考cnblogs.com/xuyaowen;
|