Postgres for VibeControls
Full-parity shared database storage provider with AES-256-GCM encryption — share state across multiple agents.
vibe plugin install @vibecontrols/vibe-plugin-storage-postgres
About this plugin
Full-parity PostgreSQL storage provider with AES-256-GCM encryption — share state across multiple agents.
Install
vibe plugin install @vibecontrols/vibe-plugin-storage-postgres
Or install the npm package directly into an existing project that hosts the VibeControls agent:
bun add @vibecontrols/vibe-plugin-storage-postgres
# or
npm install @vibecontrols/vibe-plugin-storage-postgres
How it works
Storage providers implement the AgentDatabase contract from @vibecontrols/vibe-plugin-storage (meta) so the agent's persistence layer is pluggable across embedded and server backends.
This package is a provider registered against the @vibecontrols/vibe-plugin-storage meta plugin. Install the meta plugin first; this provider plugs into it.
Upstream
- PostgreSQL — https://www.postgresql.org/
More
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install the meta first:
vibe plugin install @vibecontrols/vibe-plugin-storage - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-storage-postgres - List installed plugins:
vibe plugin list