The (database postgres*) Modules

Table of Contents

Next: , Up: (dir)   [Contents][Index]


The (database postgres*) Modules

Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs.

The low-level module (database postgres) provides an almost one-to-one correspondence with the PostgreSQL libpq C library interface. Other higher-level modules, typically named (database postgres-FOO), provide abstractions and convenience procedures.

This manual documents Guile-PG 0.45 (released 2013-03-10).


Next: , Up: (dir)   [Contents][Index]