PostgreSQL
PostgreSQL is the recommended production database for conversation persistence.Installation
Docker Setup
Usage
URL Format
Environment Variables
CLI
Schema
Tables are auto-created:praison_sessions- Session metadatapraison_messages- Conversation messages
Troubleshooting
Connection refused:- Verify username/password
- Check
pg_hba.conffor connection rules

