实现数据库和应用程序之间无缝的实时通信,让您专注于构建强大的应用程序,而我们则为您处理数据同步 - 就像魔法一样。
// Subscribe to new events on the `message` tableconst liveQuery = prisma.message.subscribe() // Waiting loop that prints new events when something changes in the databasefor await (const event of liveQuery) { console.log(event.action); // 'create', 'update', 'delete'}
// Subscribe to new events on the `message` tableconst liveQuery = prisma.message.subscribe() // Waiting loop that prints new events when something changes in the databasefor await (const event of liveQuery) { console.log(event.action); // 'create', 'update', 'delete'}
将 Pulse 与您现有的数据库无缝集成,实现无缝的 CDC 管理。按照我们的指南使您的数据库支持 Pulse,从而实现实时流式传输并提高应用程序性能。
使用 Prisma Client 中的**subscribe()**函数订阅数据库中的实时数据更改。享受无忧无虑、类型安全的数据库订阅和流畅的集成。
使用 Pulse 简化您的开发流程,更快地实现实时功能。跳过数据库轮询和复杂的变化数据捕获,专注于构建出色的应用程序。
Pulse 使您能够在现有的 Postgres 数据库架构中采用实时同步。我们正在积极探索将支持扩展到更多数据库系统。
Prisma Pulse 的定价基于使用情况。根据您的项目需求选择适合您工作区的计划。