Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

PL/scheme, Procedural Language Handler



Hi,

I've been working on a PL/scheme project and after making some progress
on the framework, decided to release it under pgFoundry.

PL/scheme is a PostgreSQL procedural language handler for Scheme
programming language released under BSD license. PL/scheme uses Guile in
the background as its Scheme interpreter. With lots of builtin SRFIs,
GOOPS framework and complete R5RS compliancy of Guile, PL/scheme will
power up PostgreSQL procedures in your favorite programming language!

At the moment, PL/scheme only supports some primary (simple) types:
NULL, boolean, integer, float, text, etc... (Complex, pseudo and domain
types are missing.) I'll try to expand its available type handling scope
and (especially SPI) functionality by the time.

You can find more information about project from the website at
http://plscheme.projects.postgresql.org/


Regards.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group