digitalmars.D - Object/document database
- Jonathan Hanselman (6/6) Aug 03 2011 I'm not sure this is the right place to post this. I apologize in advanc...
- Vladimir Panteleev (7/12) Aug 03 2011 I can't find anything on the web about Orage, an object/document databas...
- Jonathan Hanselman (6/15) Aug 04 2011 This is the "Orange" I was talking about: http://dsource.org/projects/or...
- =?UTF-8?B?QWxleCBSw7hubmUgUGV0ZXJzZW4=?= (5/20) Aug 04 2011 I don't think something like that exists. However, given Orange, it
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: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.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.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.And also, is there anyone working on an object/document database for D or bindings to existing projects?What about SQLite?
Aug 04 2011
On 04-08-2011 20:11, Jonathan Hanselman wrote:== Quote from Vladimir Panteleev (vladimir thecybershadow.net)'s articleI 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. - AlexOn Wed, 03 Aug 2011 21:46:45 +0300, Jonathan Hanselman <jhanselman thisisnotmyrealemail.com> wrote: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.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.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.And also, is there anyone working on an object/document database for D or bindings to existing projects?What about SQLite?
Aug 04 2011