SQLite
database采用
SQLite 是一个嵌入式的关系型数据库引擎,它非常轻量级,可以在内存和磁盘之间自动管理数据。 SQLite支持多种数据结构,包括哈希表、有序集合、有序映射和有序列表。 SQLite还支持多种数据类型,包括整数、浮点数、字符串、二进制数据和自定义数据类型。
在实际的开发中,如果涉及到本机关系型数据库,可以考虑使用SQLite,简单易用,性能优秀。
SQLite & Friends
- libSQL: a fork of SQLite that is both Open Source, and Open Contributions
- Redka: Redis re-implemented with SQLite
- H2: a Java SQL database
- sqlite-vec: vector search SQLite extension
- sqlite-utils: Python CLI utility and library for manipulating SQLite databases
- sqlpkg: SQLite extension hub
- Hiqlite: highly-available, embeddable, raft-based SQLite + cache
References
- SQLite: https://www.sqlite.org/
- Rusqlite: an ergonomic wrapper for using SQLite from Rust https://github.com/rusqlite/rusqlite
- sakila.sqlite: https://github.com/jOOQ/sakila
- Chinook.sqlite: https://vanna.ai/Chinook.sqlite