guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-PG 0.25 available


From: Thien-Thi Nguyen
Subject: Guile-PG 0.25 available
Date: Mon, 03 Jan 2005 09:44:20 +0100

release notes:

  starting to peek into libpq-fe.h "manually", since the long-promised
  Guile 1.4.x parsing infrastructure is still immature.

  thi

README excerpt:

  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 is alpha code (pre 1.0 release).  It has bugs, and the
  interfaces may change from version to version.

NEWS excerpt:

  - 0.25 | 2005-01-02
  
    - New (database postgres) proc: pg-result-error-message
  
        The argument to this is a result object, which hangs onto its
        error message (if there is one) for its lifetime.
  
        The related proc `pg-error-message' still takes a result object
        for backward compatibility (in which case the call is delegated
        to the new proc), but that capability will probably be dropped
        by 1.0 release.  To ensure your programs are upward compatible,
        pass only result objects to `pg-result-error-message' and only
        connection objects to `pg-error-message'.

cvs tag:

  v-0-25

tarball, anoncvs instructions and other files in dir:

  http://www.glug.org/people/ttn/software/guile-pg/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]