Am 12.10.2016 um 11:15 schrieb Alexey Kulentsov:

Hi all!

vibe-d is good base, but it need much more to be productive, so it need next layer with component-based approach, more advanced db layer, etc. I found only Cmsed project but it's dead for about 2 years and even can't be compiled. Is where any other projects/libraries around?

Hi! There are some higher level database abstractions (database
libraries on
code.dlang.org
),
but I haven't used any of them so far, so I can't make any qualitative
statements there. I once started an abstraction
layer
, too, but I'd still
consider it to be in the experimental stage, even though it is close to
being practically useful.

In terms of a component based abstraction library, I only know of Cmsed.
But if statically compiled components are sufficient, most of the vibe.d
side projects are written so that they can be plugged into umbrella
applications (for example, ddox and vibelog are integrated into
vibed.org), using the URLRouter as the common connection point.

If you haven't done so already, I'd recommend searching for "vibe" on
https://code.dlang.org/ or looking at the "vibe.d compatible" category
to get an overview of the available extension libraries. I should
probably also start to maintain a catalog of mature and well maintained
libraries at some point...