Easy and efficient database usage
BLM768 via Digitalmars-d
digitalmars-d at puremagic.com
Mon Nov 2 08:25:12 PST 2015
On Friday, 23 October 2015 at 12:42:08 UTC, w0rp wrote:
>
> Does anyone have any thoughts on this topic?
A couple of years ago, I started playing with the idea. The basic
concept was to dump DB records into "dumb" (i.e. representing
just the basic aspects of the model object) structs, which can be
stack-allocated to minimize GC usage. It's very far from complete
and has been dormant for a while, but someone might be able to
make use of some of the code. It would probably need to be
rewritten to use a "standard" DB driver framework, though; right
now, it's just got its own abstraction layer over SQLite.
More information about the Digitalmars-d
mailing list