Guile-PG 0.25 available

Thien-Thi Nguyen <[email protected]>
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
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/


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.