数据库管理系统
嵌入式数据库
嵌入式数据库,如果软件开发语言是java,可选项有hsqldb,apache derby,h2。集成很方便。h2的磁盘存储模式相对其它两个速度要快,能满足需求。
其它语言数据库,有firebird,oracle Berkeley db, mysql embedded,postgreSQL embedded
SQLLite
TinnyDB
轻量级的是 H2,重量级是 Apache Ignite。
与ignite类似的产品有gemfire(12306目前正在使用),其开源版为geode。
HSQLDB
orientdb图+文件数据库
https://github.com/orientechnologies/orientdb.git https://orientdb.org/
derby
只能用于Java
PostgreSQL
https://blog.csdn.net/kypfos/article/details/102714589
https://dzone.com/articles/spring-boot-with-embedded-postgresql-for-dao-integ
https://github.com/yandex-qatools/postgresql-embedded