SQL working [ was Re: The sorry state of the D stack? ]

Jacob Carlborg doob at me.com
Mon Oct 8 00:02:59 PDT 2012


On 2012-10-07 21:53, denizzzka wrote:

> So, I do not know is it possible to make a universal interface. And why
> it may need in real life?

ActiveRecord provides a universal interface for all databases. But you 
can't do all things with a fancy DSL. Sometimes you need to drop down to 
raw SQL if you want to execute some weird SQL function or similar.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list