|
最近需要使用嵌入式數(shù)據(jù)庫進(jìn)行存儲(chǔ)應(yīng)用本地信息,本文章主要進(jìn)行記錄當(dāng)前比較流行的嵌入式數(shù)據(jù)庫相關(guān)的鏈接,嵌入式數(shù)據(jù)庫往往是以lib的形式存在,常用于持久化存儲(chǔ)軟件的信息,嵌入式數(shù)據(jù)庫往往和應(yīng)用軟件緊密集成:
特點(diǎn):
- 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ù)庫:(主要索引幾個(gè)我比較感興趣的數(shù)據(jù)庫)
其他相關(guān)鏈接:
保持更新,本文章主要用來進(jìn)行索引,詳細(xì)內(nèi)容請(qǐng)參考官方文檔;更多相關(guān)內(nèi)容請(qǐng)參考cnblogs.com/xuyaowen;
|