This is project to help creating SQL entities (tables) by json formated syntax and insert, update or delete rows in created or updated entities.
Info
Version: | 1.0.0 |
Author(s): | Marek Vysoký |
Last Update: | Wednesday, May 13, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://jsontosql.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/JsonToSQL |
Install
Install-Package JsonToSQL
dotnet add package JsonToSQL
paket add JsonToSQL
JsonToSQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.8)
Tags