> ## Documentation Index
> Fetch the complete documentation index at: https://ikun.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SqliteMemoryDb

SqliteMemoryDb 是一个使用 SQLite 作为后端存储系统实现 `MemoryDb` 接口的类。它为代理记忆提供轻量级的、基于文件或内存的存储，并具备自动时间戳管理功能。

<Snippet file="memory-sqlite-reference.mdx" />
