UNPKG

@hotmeshio/hotmesh

Version:

Permanent-Memory Workflows & AI Agents

8 lines (7 loc) 293 B
/** * Time-aware notification system for PostgreSQL * This system minimizes polling by using LISTEN/NOTIFY for time-based task awakening * * Exported as a function that returns the SQL with schema placeholder replaced. */ export declare function getTimeNotifySql(schema: string): string;