postgresql2websocket:通过websocket发送PostgreSQL通知

时间:2024-02-26 16:33:14
【文件属性】:

文件名称:postgresql2websocket:通过websocket发送PostgreSQL通知

文件大小:26KB

文件格式:ZIP

更新时间:2024-02-26 16:33:14

notifications python websockets postgresql python3

postgresql2websocket 它是如何工作的? 执行postgresql2websocket.py并连接到ws://localhost:8080/channel ,其中channel是所选数据库的通道名(请参见 )。 如何配置呢? 将postgresql2websocket.conf.example复制为postgresql2websocket.conf并根据需要更改值。 您正在使用什么技术? (3.5.3或更高版本) + 依赖管理 我该怎么办? 您可以在表上创建触发器,以便通过websocket实时获取通知。 例如,此函数使用postgresql2websocket


【文件预览】:
postgresql2websocket-master
----poetry.lock(17KB)
----.gitignore(40B)
----pyproject.toml(396B)
----postgresql2websocket.py(2KB)
----LICENSE(34KB)
----examples()
--------console.html(433B)
----README.md(3KB)
----tests()
--------package.json(278B)
--------sql()
--------package-lock.json(340B)
--------websocket_client.js(164B)
----.circleci()
--------config.yml(3KB)
----postgresql2websocket.conf.example(227B)

网友评论