Object/document database

Jonathan Hanselman jhanselman at thisisnotmyrealemail.com
Thu Aug 4 11:11:53 PDT 2011


== Quote from Vladimir Panteleev (vladimir at thecybershadow.net)'s article
> On Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman
> <jhanselman at thisisnotmyrealemail.com> wrote:
> > Can Orage be used as an object/document database? If not, are there any
> > plans
> > to add support to it.
> I can't find anything on the web about Orage, an object/document database.

This is the "Orange" I was talking about: http://dsource.org/projects/orange

It's an object serialization library which is the base of an object / document
database.


> > And also, is there anyone working on an object/document database for D or
> > bindings to existing projects?
> What about SQLite?

SQLite it's a SQL database. I'm looking for something where you can just do
obj.save() and db.filter() to save retrieve instances.



More information about the Digitalmars-d mailing list