[racket] db independence [was: something else]

From: Grant Rettke (grettke at acm.org)
Date: Sun Aug 21 20:34:27 EDT 2011

On Sun, Aug 21, 2011 at 9:16 AM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
> I am wondering whether a unit-oriented approach would help here. You could write your
> program against a uniform API that adapts itself properly to the DB context in which it is
> deployed.
>
> Warning: I have no clue about real databases. This may be complete nonsense.

You might do something like this with units or objects:

http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html


Posted on the users mailing list.