Comments on: Four types of database abstraction layers http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/#comment-16615 Xaprb Mon, 29 Jun 2009 11:49:50 +0000 http://www.xaprb.com/blog/?p=177#comment-16615 I am not sure, but I don’t see it among my drafts. So I either published it (and can’t find it) or abandoned it. Maybe I was thinking of http://www.xaprb.com/blog/2008/10/26/the-power-of-a-good-sql-naming-convention/

]]>
By: Ed http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/#comment-16612 Ed Mon, 29 Jun 2009 06:37:54 +0000 http://www.xaprb.com/blog/?p=177#comment-16612 Was the ORM article ever published?

]]>
By: Daniel Lathrop http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/#comment-2244 Daniel Lathrop Fri, 20 Oct 2006 23:08:08 +0000 http://www.xaprb.com/blog/?p=177#comment-2244 This is really sharp. Looking forward to the ORM article. I think howere, there may be a contingent defense of type 3 … it is a good thing for writing code that inovled schlepping data from one place to another. After all, this kind of code tends not to neeed maximum efficiency and the simple fact that you are writing code to move data from one place to another means that you are functioning in a heterogenous data environment. In this situation, DBIx:Abstract is a real boon.

]]>
By: GrantPalin.com » Blog Archive » Simple .NET data abstraction http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/#comment-1595 GrantPalin.com » Blog Archive » Simple .NET data abstraction Thu, 24 Aug 2006 01:25:04 +0000 http://www.xaprb.com/blog/?p=177#comment-1595 [...] For related reading, I recently read an article discussing four types of data abstraction layers, ranging from simple to complex, and points out their similarities and differences. For those interested in learning more about different data abstraction layers, this article is a good read. It also has several links to other related articles, so there’s a lot of reading to do on the subject! [...]

]]>
By: Xaprb http://www.xaprb.com/blog/2006/08/13/four-types-of-database-abstraction-layers/#comment-1490 Xaprb Mon, 14 Aug 2006 15:06:31 +0000 http://www.xaprb.com/blog/?p=177#comment-1490 Funny you mention it because mine is called SqlConnection too :-)

Maybe I’ll get onto a train of thought here and actually post a couple more things I have drafted along these same lines — my own code, my ORM article, and some neat things ORM-ish systems can actually be great for, such as an in-database, single-query ACL system.

]]>