Re: Squee!! guile-squee brings postgresql bindings for guile via the FFI

2015-09-26 Thread Greg Troxel
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

Re: Squee!! guile-squee brings postgresql bindings for guile via the FFI

2015-09-24 Thread Taylan Ulrich Bayırlı/Kammer
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

Squee!! guile-squee brings postgresql bindings for guile via the FFI

2015-09-24 Thread Christopher Allan Webber
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