graphql postgres subscriptions:使用postgres和apollo的graphql subscriptions的graphql订阅
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 用法 示例应用程序:
文件列表
graphql-postgres-subscriptions-master.zip
(预估有个12文件)
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
暂无评论