有类似于 MySQL Proxy for PostgreSQL 的吗?

发布于 2024-09-27 23:05:15 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水中月 2024-10-04 23:05:15

您可以看一下 sqlrelay,它具有路由和过滤查询的能力。

http://sqlrelay.sourceforge.net/sqlrelay/router.html

如果你想重写我认为 sqlrelay 不足的查询。

否则,您可能会研究 PostgreSQL 的规则,这些规则可用于替换或重写查询:

http ://www.postgresql.org/docs/8.4/interactive/rules.html

You might take a look at sqlrelay which has the ability to route and filter queries.

http://sqlrelay.sourceforge.net/sqlrelay/router.html

If you want to rewrite the queries I think sqlrelay falls short.

You might otherwise look into PostgreSQL's rules, which can be used to substitute or rewrite queries:

http://www.postgresql.org/docs/8.4/interactive/rules.html

夜清冷一曲。 2024-10-04 23:05:15

您可以参考以下postgresql-aync驱动程序项目。

https://github.com/mauricio/postgresql-async

You can refer to the following postgresql-aync driver project.

https://github.com/mauricio/postgresql-async

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文