A set of Dapper style IDbConnection extension methods to store .net objects as json in a database.
Info
| Version: | 1.0.36 |
| Author(s): | Shea Kelly |
| Last Update: | Tuesday, November 10, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sheakelly/prim |
| NuGet Url: | https://www.nuget.org/packages/Prim |
Install
Install-Package Prim
dotnet add package Prim
paket add Prim
Prim Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(7.0.3)