The package Racquel creates a neat DB-agnostic interface that you can use with 
many different types (basically everything in the db package). You might have 
to get creative if you want to use mongo, though there is a mongo package 
around. You may be able to create a fork or a pull request to Racquel to get 
that support added.

If that doesn't seem appealing, you may create a bunch of different query-db's 
and place them all into a hash such that `(when (equal? db-type 'mysql) 
(hash-ref db-query 'mysql))` will work.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to