开发者

Using Postgres with Eventmachine

开发者 https://www.devze.com 2023-03-14 17:16 出处:网络
Does anyone know of a good way to connect to postgres inside eventmachine. I know there is an implementation bundled with eventmachine but i don\'t like the use of sockets.

Does anyone know of a good way to connect to postgres inside eventmachine.

I know there is an implementation bundled with eventmachine but i don't like the use of sockets.

I just want a normal connection which i can send queries t开发者_开发知识库o.


Uhm, how else are you going to connect to Postgres if not via. Sockets?! To my knowledge, Postgres always uses sockets, the only choice is whether to use TCP or Unix sockets, or SSL over TCP.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号