Info
Version: | 0.15.3 |
Author(s): | Paul Hatcherian |
Last Update: | Monday, January 16, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.trancesql.com/ |
NuGet Url: | https://www.nuget.org/packages/TranceSql.SqlServer |
Install
Install-Package TranceSql.SqlServer
dotnet add package TranceSql.SqlServer
paket add TranceSql.SqlServer
TranceSql.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- TranceSql(>= 0.11.4)
- System.Data.SqlClient(>= 4.8.2)
Tags
TranceSQL provides an easy to use, high performance data access interface for SQL databases.
It is minimally abstract compared to ORMs such as Entity Framework. When using TranceSQL, queries are constructing using a structured API that closely resembles the final SQL query.