Christopher Allan Webber writes:
> I started a little experimental project recently called
> guile-squee... it's presently vey simple:
>
> https://notabug.org/cwebber/guile-squee
>
> It's postgres bindings via the FFI. This was originally for my own
> purposes because I need something to
For what it's worth, there's an R7RS PostgreSQL library (yeah you heard
that right!) from Takashi Kato:
https://github.com/ktakashi/r7rs-postgresql
It uses SRFI-106 though, so it can't be used on Guile (even by replacing
the R7RS library boilerplate with Guile module boilerplate, which is
usually
Hello all!
I started a little experimental project recently called
guile-squee... it's presently vey simple:
https://notabug.org/cwebber/guile-squee
It's postgres bindings via the FFI. This was originally for my own
purposes because I need something to serialize json data in and out of
po