Info
Version: | 1.2.0 |
Author(s): | Antoine Aubry |
Last Update: | Friday, May 11, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aaubry/Kimos |
NuGet Url: | https://www.nuget.org/packages/Kimos |
Install
Install-Package Kimos
dotnet add package Kimos
paket add Kimos
Kimos Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.4)
- Microsoft.EntityFrameworkCore(>= 2.0.2)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.2)
It currently supports the following operations:
* Insert
* Update
* Upsert (insert or update)
* Delete.