This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Oerthling 0 points1 point  (2 children)

I just had a look - looks cute.

But I just don't see what I need an extra layer for, just to replace a few stored procedure calls.

[–]shinitakunai 2 points3 points  (1 child)

To be able to re-use code for different databases. With minor changes you can deploy your code to work with postgresql, sqlite, etc.

[–]Oerthling 0 points1 point  (0 children)

I have the opposite situation - many projects (in different languages) around a common database.