how to resolve object-relational impedance mismatch using D

2012-02-22 Thread Gour
Hello! We're considering what would be the optimal way way to resolve object-relational impedance mismatch problem in our application which we would like to write using D language. Considering it's planned to be multi-platform desktop GUI app and have extensive research capabilities available

Re: how to resolve object-relational impedance mismatch using D

2012-02-22 Thread Kagamin
Application spec is one thing, ORM spec is another.

Re: how to resolve object-relational impedance mismatch using D

2012-02-22 Thread Gour
On Wed, 22 Feb 2012 19:46:59 +0100 Kagamin s...@here.lot wrote: Application spec is one thing, ORM spec is another. Sure. Considering that there are no ORM for D, afaik, I'm interested what would be wise to do in D, in a genaral case when one has relational data model: a) usee OOP in D and try