LIVE QUERIES
Subscribe to changes, not to polling intervals
Live queries push changes to connected clients the moment data is modified. No polling, no message broker, no change data capture pipeline. The database is the event system.
EVENTS & TRIGGERS
Reactive workflows inside the database
TABLE and FIELD events fire on data changes. Build reactive workflows - notifications, audit logs, computed fields, cascading updates - without external event systems.
REAL-TIME AGENTS
Real-time coordination for multi-agent systems
Live queries are the transport layer for multi-agent coordination. When one agent commits a finding, live queries push the update to every other agent in real time. Agent handoffs, context updates, and event-driven workflows all happen through shared context with ACID guarantees - no polling, no message broker, no stale context.
FREQUENTLY ASKED QUESTIONS