Am 11.08.2011, 14:10 Uhr, schrieb zhang <[email protected]>:

I believe it is a lot of work for a single person to create something of
the quality of Hibernate. An intermediate step may be appropriate, where
all the automatic glue is still done by the programmer.
Have some guys started the first step works?

There is Robert "mrmonday" Clipsham's "serenity" web framework:
https://github.com/mrmonday/serenity

It uses all the compile-time goodies in D so you can for example write a foreach that fetches and iterates over rows 1 to 20 in your table. In your program the rows are represented as D structs (or objects?).

Reply via email to