digitalmars.D - Object/document database
I'm not sure this is the right place to post this. I apologize in advance. Can Orage be used as an object/document database? If not, are there any plans to add support to it. And also, is there anyone working on an object/document database for D or bindings to existing projects? Thank you.
Aug 03 2011
On Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman <jhanselman 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.And also, is there anyone working on an object/document database for D or bindings to existing projects?
What about SQLite? -- Best regards, Vladimir mailto:vladimir thecybershadow.net
Aug 03 2011
== Quote from Vladimir Panteleev (vladimir thecybershadow.net)'s articleOn Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman <jhanselman thisisnotmyrealemail.com> wrote:Can Orage be used as an object/document database? If not, are there any plans to add support to it.
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?
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.
Aug 04 2011
On 04-08-2011 20:11, Jonathan Hanselman wrote:== Quote from Vladimir Panteleev (vladimir thecybershadow.net)'s articleOn Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman <jhanselman thisisnotmyrealemail.com> wrote:Can Orage be used as an object/document database? If not, are there any plans to add support to it.
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?
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
Aug 04 2011








=?UTF-8?B?QWxleCBSw7hubmUgUGV0ZXJzZW4=?= <xtzgzorex gmail.com>