digitalmars.D - Object Persistence
- Kyle Furlong (3/3) Apr 26 2005 Are there any efforts going into something like db4o
- Unknown W. Brackets (7/10) Apr 26 2005 Well... for embeddable database engines, libmysqld is one, but it is a
- Andrew Fedoniouk (4/7) Apr 26 2005 Just start one.
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
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
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