SQL and pl/pgsql parser in Haskell - Mailing list pgsql-general

From Jake Wheat
Subject SQL and pl/pgsql parser in Haskell
Date
Msg-id 4b5b53360908171306h2ebd624ew3c08e8fe2deedf5f@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello,

For anyone who might be interested, I've started on a SQL parser
and pretty printer, written in Haskell.

It currently parses a subset of PostgreSql SQL and pl/pgsql, and
is pretty rough all round at the moment. If you're not using Haskell
it's probably not interesting to you.

You can get a zip file of the source here:
http://launchpad.net/hssqlppp/prealpha/prealpha1/+download/snapshot-180809.zip

Use bzr to get possibly more up to date code:
bzr branch lp:~jakewheat/hssqlppp/trunk

Any comments, advice, criticism appreciated.

(I hope this is a good list to post this announcement on.)

Thanks,
Jake Wheat

pgsql-general by date:

Previous
From: Bob Gobeille
Date:
Subject: Re: psql command line editor
Next
From: Sam Mason
Date:
Subject: Re: binary timestamp conversion