Re: [racket] db library in core

2011-08-27 Thread gonzalo diethelm
> > Are you saying that access to PostgreSQL and MySQL DBs runs without > > having any native client libraries installed? If this is correct, did > > you re-implement in Racket the network protocol used to access these > > DBs? > > Yes to both. Wow. I didn't even know those protocols where docume

Re: [racket] db library in core

2011-08-26 Thread Grant Rettke
On Thu, Aug 25, 2011 at 5:21 PM, Ryan Culpepper wrote: > The database library formerly known as (planet ryanc/db) has now > moved into the core as the db collection. Awesome. New users will like to see db support in a core library; as will current.

Re: [racket] db library in core

2011-08-26 Thread Ryan Culpepper
On 08/26/2011 07:55 AM, gonzalo diethelm wrote: The database library formerly known as (planet ryanc/db) has now moved into the core as the db collection. Here's the description from the old package blurb: Thanks Ryan, this is good news. This library provides a high-level, functional inte

Re: [racket] db library in core

2011-08-26 Thread gonzalo diethelm
> The database library formerly known as (planet ryanc/db) has now moved > into the core as the db collection. Here's the description from the old > package blurb: Thanks Ryan, this is good news. >This library provides a high-level, functional interface to >PostgreSQL, MySQL, and SQLite d

[racket] db library in core

2011-08-25 Thread Ryan Culpepper
The database library formerly known as (planet ryanc/db) has now moved into the core as the db collection. Here's the description from the old package blurb: A database interface for functional programmers. This library provides a high-level, functional interface to PostgreSQL, MySQL, and