Re: the wire protocol

From: Tony Locke <tlocke(at)tlocke(dot)org(dot)uk>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: Catonano <catonano(at)gmail(dot)com>, pgsql-interfaces(at)lists(dot)postgresql(dot)org
Subject: Re: the wire protocol
Date: 2019-01-22 08:06:41
Message-ID: CAPpF0yMbHKme1KSqyTF8vA8NQBDpi9MPJ-NjtHAGSz6xm1FJPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi, pg8000 is a pure-python implementation of the wire protocol:

https://github.com/tlocke/pg8000

Might be of help.

-Tony

On Tue, 22 Jan 2019, 03:25 John DeSoi <desoi(at)pgedit(dot)com wrote:

>
> > On Jan 19, 2019, at 7:56 AM, Catonano <catonano(at)gmail(dot)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.
>
>
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Greg Sabino Mullane 2019-05-04 12:17:10 DBD::Pg version 3.8.0 released
Previous Message John DeSoi 2019-01-22 03:25:26 Re: the wire protocol