Neon
Serverless PostgreSQL with automatic scaling. Neon is fully compatible with PraisonAI’s PostgreSQL conversation store.Setup
Quick Start (Agent)
Use Neon for conversation persistence with an agent:Advanced Usage (Direct Store)
Environment Variables
CLI
Configuration
| Option | Description |
|---|---|
url | Neon connection URL (with ?sslmode=require) |
table_prefix | Table name prefix (default: praisonai_) |
Features
- Serverless: Auto-scales to zero when idle
- Branching: Create database branches for dev/test
- PostgreSQL Compatible: Works with all PostgreSQL features
- SSL Required: Always use
?sslmode=require
Best For
- Serverless deployments
- Development and testing
- Projects with variable load
- Teams needing database branching

