Guile-PG Manual

Next:   [Contents][Index]


The (database postgres*) Modules

This manual documents Guile-PG 0.50 (released 2021-12-04).

Copyright © 2003–2015, 2017, 2020 Thien-Thi Nguyen
Copyright © 1998 Ian Grant

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the appendix entitled “GNU FDL”.

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.

Table of Contents


Next:   [Contents][Index]