riteshrao / ncommon

A framework for implementing commonly used design patterns when using Domain Driven Design
www.codeinsanity.com
218 stars 61 forks source link

multiple databases support #1

Closed zsu closed 14 years ago

zsu commented 14 years ago

This is a very good library. But without multiple databases support, it's impossible to use it in large projects. For example, those projects that use one database for single signon and another for business data.

riteshrao commented 14 years ago

Take a look at 1.1 branch. There are tests in there for multi-db support. Blog post and documentation to follow.