This is a plugin for EasyData to use a MongoDb backend.
EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and traditional database structures.
This is the SDK for EasyData.
EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and traditional database structures.
EasyData is an abstraction layer to make persistence to different database (SQL and NoSQL) platforms a breeze. The plugin architecture makes switching between platforms simple.
EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and traditional database structures.
EasyData is an abstraction layer to make persistence to different database (SQL and NoSQL) platforms a breeze. The plugin architecture makes switching between platforms simple.
This plugin facilitates use of MongoDb.
Simple and effective C# Generic Repository pattern implementation for Entity Framework 6 models. Use of generics and async makes eliminates complexity without sacrificing features.
EasyData is a simple abstraction layer for persistence to various data stores. You can write your own plugin for a data store or select from a pre-existing one.
This is a plugin for EasyData to use a MongoDb data store.
EasyData is a simple abstraction layer for persistence to various data stores. You can write your own plugin for a data store or select from a pre-existing one.
This is a plugin for EasyData to use an in-memory backend, for test purposes only.
EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and traditional database structures.
Repository wrapper for Dapper. Supports both sync and async CRUD, table/column naming by attributes
- Supports SQL Server, PostgreSQL, and MySQL
- Includes async methods