开发者

Using Postgres with Eventmachine

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜