graphql-postgres-subscriptions:使用postgres和apollo的graphql-subscriptions的graphql订阅实现

时间:2024-02-24 01:23:21
【文件属性】:

文件名称:graphql-postgres-subscriptions:使用postgres和apollo的graphql-subscriptions的graphql订阅实现

文件大小:39KB

文件格式:ZIP

更新时间:2024-02-24 01:23:21

graphql real-time graphql-subscriptions GraphQLJavaScript

graphql-postgres-订阅 使用postgres和apollo的graphql-subscriptions的graphql订阅实现。 该程序包通过graphql-subscriptions程序包实现了PubSubEngine接口,并且还实现了新的AsyncIterator接口。 它允许您将订阅管理器连接到基于Postgres的Pub Sub机制,以支持多个订阅管理器实例。 安装 yarn add graphql-postgres-subscriptions或npm install graphql-postgres-subscriptions --save 用法 示例应用程序: : 首先,按照的说明将订阅添加到您的应用程序。 然后用PostgresPubSub替换PubSub : // Before import { PubSub } from "graphql-subscriptions" ; export const pubsub = new PubSub ( ) ; // After import { PostgresPubSub } from "gra


【文件预览】:
graphql-postgres-subscriptions-master
----yarn.lock(111KB)
----Dockerfile(60B)
----.travis.yml(151B)
----LICENSE(1KB)
----README.md(4KB)
----postgres-pubsub.test.js(6KB)
----postgres-pubsub.js(2KB)
----event-emitter-to-async-iterator.js(2KB)
----docker-compose.yml(667B)
----.gitignore(35B)
----index.js(82B)
----package.json(630B)

网友评论