Every AI workflow eventually hits the same wall: where does the output actually live? A summary in a chat bubble disappears. A categorization in a temporary variable resets on the next run. Real automation means persisting results, querying history, and reacting to data changes — and that requires a real database connection. AACFlow ships six production-ready database connectors that give your AI agents a permanent home for their work.
AACFlow database connectors — Supabase, PostgreSQL, MySQL, MongoDB, Redis, Neo4j — let AI agents read, write, query, and react to data in production workflows. Store AI output permanently, trigger workflows from database changes, and build data-driven pipelines without a separate backend.
What Database Connectors Does AACFlow Support?
AACFlow includes first-class connectors for the most common database stacks:
- Supabase — PostgREST-based operations (Select, Insert, Update, Delete, RPC) plus Realtime subscriptions via Postgres LISTEN/NOTIFY
- PostgreSQL — direct SQL execution with parameterized queries, transaction support, and full schema access
- MySQL — the same SQL-first approach for MySQL-based stacks (Laravel, WordPress, legacy enterprise apps)
- MongoDB — document operations: find, insertOne, insertMany, updateOne, updateMany, and full aggregation pipeline
- Redis — fast key-value cache and queue alongside your primary database
- Neo4j — graph queries for relationship-heavy data models
- AWS RDS — managed PostgreSQL and MySQL via AWS RDS Data API, no VPC tunneling required



