Re: the wire protocol - Mailing list pgsql-interfaces

From John DeSoi
Subject Re: the wire protocol
Date
Msg-id 5478B796-D5AE-453D-A71C-19A433FBDC1F@pgedit.com
Whole thread Raw
In response to the wire protocol  (Catonano <catonano@gmail.com>)
Responses Re: the wire protocol  (Tony Locke <tlocke@tlocke.org.uk>)
List pgsql-interfaces
> On Jan 19, 2019, at 7:56 AM, Catonano <catonano@gmail.com> wrote:
>
> there's this Python project using the so called wire protocol (as far as I understand)
>
> https://github.com/MagicStack/asyncpg
>
> I'm caressing the idea to create a GNU Guile based project that does the same thing
>
> But I don't understand how they manage to get the connection to Postgresql, their code is too complicated for me


Here is a Common Lisp library that uses sockets and the wire protocol to work with Postgres.

https://github.com/marijnh/Postmodern

Should be very close to what you want to do with Guile/Scheme.

John DeSoi, Ph.D.



pgsql-interfaces by date:

Previous
From: Dmitry Igrishin
Date:
Subject: Re: the wire protocol
Next
From: Tony Locke
Date:
Subject: Re: the wire protocol