Re: the wire protocol

John DeSoi <[email protected]> Mon, 21 Jan 2019 21:25:26 -0600
Newsgroups gmane.comp.db.postgresql.interfaces
Message-ID <[email protected]>
> On Jan 19, 2019, at 7:56 AM, Catonano <[email protected]> wrote:
>=20
> there's this Python project using the so called wire protocol (as far =
as I understand)
>=20
> https://github.com/MagicStack/asyncpg
>=20
> I'm caressing the idea to create a GNU Guile based project that does =
the same thing
>=20
> 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.