() Amirouche () Fri, 10 Mar 2017 21:17:37 +0100 1) There is no dynamic ffi bindings for PostgreSQL yet, otherwise said you can't use pgsql from Guile RIGHT NOW. Plug: Guile-PG[0] does not provide ffi bindings for PostgreSQL, but it does work w/ Guile 2.0 today (last i checked: 2.0.11). Paren lovers might like the query construction DSL[1], too. [0] http://www.nongnu.org/guile-pg/ [1] http://www.nongnu.org/guile-pg/doc/Query-Construction.html Please report any problems you find w/ it to this mailing list. I'm especially interested in experiences w/ Guile 2.x (x > 0). -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502