PL/Haskell v1.0 Released

Posted on 2022-10-05 by PL/Haskell
Related Open Source

I'd like to announce the release of version 1.0 of the PL/Haskell extension. This extension allows users to write PostgreSQL functions in the Haskell functional programming language. Code and build instructions can be found at:https://github.com/ed-o-saurus/PLHaskell/tree/main

Code can be downloaded at:https://github.com/ed-o-saurus/PLHaskell/releases/tag/1.0

Currently, there is no ability to access the DB from inside of Haskell functions. However, if there is enough interest from the community, I may release a subsequent version with this ability.

If you have any questions or comments, send me an email (ed@behn.us). If you have problems with the extension, submit a GitHub issue.