Couchbase data access with relationships, a new open source project for .NET
Tue, 02/05/2013 - 13:56
Hi,
For anyone interested in a data access layer for .NET, I've created a new repository on Github called CouchbaseDAL : https://github.com/mattds/CouchbaseDAL, all code for this project is released as open-source so please feel free to use or contribute. In this DAL, relationships are stored separate to the entities they relate. The DAL includes a repository and handles storing and retrieving of related entities without using views. If there's any comments or suggestions on this, please let me know.
Best Regards,
Matt
This sounds awesome! Haven't had a chance to look through it too closely, but looking forward to digging in... Thanks for sharing.