> ## Documentation Index
> Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PostgresMemoryDb

PostgresMemoryDb is a class that implements the MemoryDb interface using PostgreSQL as the backend storage system. It provides persistent storage for agent memories with support for JSONB data types, timestamps, and efficient querying.

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