www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Object Persistence

reply Kyle Furlong <ky220 umail.ucsb.edu> writes:
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?
Apr 26 2005
next sibling parent "Unknown W. Brackets" <unknown simplemachines.org> writes:
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?
Apr 26 2005
prev sibling parent "Andrew Fedoniouk" <news terrainformatica.com> writes:
 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++)
Apr 26 2005