SQL and pl/pgsql parser in Haskell

From: Jake Wheat <jakewheatmail(at)googlemail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: SQL and pl/pgsql parser in Haskell
Date: 2009-08-17 20:06:03
Message-ID: 4b5b53360908171306h2ebd624ew3c08e8fe2deedf5f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-08-17 20:45:37 Re: binary timestamp conversion
Previous Message Bob Gobeille 2009-08-17 19:43:39 Re: psql command line editor