固定 keyset 分页,适合稳定读取。
管理员 key 换取短期操作 token。
Rust 异步服务配合 SQLite WAL。
每日自动备份 SQLite 数据库。
Project Profile
项目资料
Memories Serves 是一个使用 Rust、Axum、SQLx 与 SQLite 构建的轻量 API 服务,主要用于保存图片 URL、记录上传时间戳、按 ID 顺序读取,并支持管理员删除和 WebDAV 备份。
https://github.com/idoknow/Memories_Serves
- Base URL
http://127.0.0.1:3000- 数据格式
- HTTP JSON
- 数据库
- SQLite WAL
Quick Start
启动服务
chmod +x scripts/bootstrap.sh
./scripts/bootstrap.sh