On 04-08-2011 20:11, Jonathan Hanselman wrote:
== Quote from Vladimir Panteleev ([email protected])'s article
On Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman
<[email protected]> 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.
I don't think something like that exists. However, given Orange, it
should be very trivial to just take the serialized data and throw it
into some storage of sorts.
- Alex