Thread overview
Object Persistence
Apr 27, 2005
Kyle Furlong
Apr 27, 2005
Andrew Fedoniouk
April 27, 2005
Are there any efforts going into something like db4o (http://www.db4o.com/) for D? At the least, is there a way to run a embedable database engine?
April 27, 2005
Well... for embeddable database engines, libmysqld is one, but it is a bit heavy around the waist.  Then there's sqlite, which isn't perfect but was designed to be embedded.

I'm not sure exactly what the purpose of this db4o is, although it looks like serialization.  As D does not (yet?) have reflection, such would not be as easy to do in so few lines, and as such might not be as possible.

-[Unknown]


> Are there any efforts going into something like db4o (http://www.db4o.com/) for D? At the least, is there a way to run a embedable database engine?
April 27, 2005
> Are there any efforts going into something like db4o (http://www.db4o.com/) for D? At the least, is there a way to run a embedable database engine?

Just start one.

Prototypes if you wish:
http://www.garret.ru/~knizhnik/post.html (for C++)
http://www.garret.ru/~knizhnik/perst.html ( for Java/C# )