[racket] db independence [was: something else]
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