当前位置:首页 > 数据库 > 正文

嵌入式数据库搜集

2020-02-13 数据库

最近需要使用嵌入式数据库进行存储应用本地信息,本文章主要进行记录当前比较流行的嵌入式数据库相关的链接,嵌入式数据库往往是以lib的形式存在,常用于持久化存储软件的信息,嵌入式数据库往往和应用软件紧密集成:

特点:

  • 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.) 

常用的嵌入式数据库:

保持更新,本文章主要用来进行索引,详细内容请参考官方文档;更多相关内容请参考cnblogs.com/xuyaowen; 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/15827.html