SQLite - ReinerLau/rtc-player GitHub Wiki 使用 一种数据库,最新版本为 SQLite3 优点 文件存储:不需要占用服务器进程、不需要配置安装,容易迁移 占用空间小 缺点 支持类型少 没有身份验证机制:安全性低 参考 https://www.cnblogs.com/l199616j/p/10694036.html https://docs.pingcode.com/ask/31194.html