9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: mattmobile@proweb.co.uk
To: inferno-list@vitanuova.com
Cc: 9fans@cse.psu.edu
Subject: [9fans] pg limbo module
Date: Sat, 27 May 2006 23:37:51 +0100	[thread overview]
Message-ID: <20060527233751.fd701939.mattmobile@proweb.co.uk> (raw)

Hi,

I've been working on a Limbo postgresql client.

I've got it to the point where I can run queries, in simple (where you supply escaped SQL) and extended queries where you provide parameterized queries requiring no escaping that are "prepared". You can then run these queries over and over with new values bound to the parameters.

I've just realised that I've not done the Copy part of protocol, oh well.

http://www.maht0x0r.net/inferno/

The only authentication supported is plain text. I tried working with md5 but it does a double hash that I've not quite managed to work out.

This is my first proper module so excuse any rubbish =)

One question I have is how does one avoid setting a PATH for released code, i.e. pg.m has :

PATH: con "/usr/maht/pg/pg.dis";

in it, but I don't know what to do to take out this dependency.

Hope someone finds it useful.

Matt






                 reply	other threads:[~2006-05-27 22:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060527233751.fd701939.mattmobile@proweb.co.uk \
    --to=mattmobile@proweb.co.uk \
    --cc=9fans@cse.psu.edu \
    --cc=inferno-list@vitanuova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).