> ## 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.

# PostgreSQL

PostgreSQL Agent Storage 是一个实现 AgentStorage 接口的类，它使用 PostgreSQL 作为后端存储系统。它为代理会话提供了健壮的关系型存储，并支持 JSONB 数据类型、模式版本控制和高效查询。

<Snippet file="storage-postgres-reference.mdx" />
