TinySql 0.8.3
dotnet add package TinySql --version 0.8.3
NuGet\Install-Package TinySql -Version 0.8.3
<PackageReference Include="TinySql" Version="0.8.3" />
<PackageVersion Include="TinySql" Version="0.8.3" />
<PackageReference Include="TinySql" />
paket add TinySql --version 0.8.3
#r "nuget: TinySql, 0.8.3"
#:package TinySql@0.8.3
#addin nuget:?package=TinySql&version=0.8.3
#tool nuget:?package=TinySql&version=0.8.3
Like the .NET StringBuilder, the TinySql SqlBuilder is a small and fast object-oriented SQL statement builder
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Microsoft.Data.SqlClient (>= 4.1.0)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.8.3 | 151 | 10/7/2024 |
0.8.2 | 242 | 6/2/2023 |
0.8.1 | 352 | 1/10/2023 |
0.8.0 | 798 | 4/20/2022 |
0.7.0-beta3 | 1,196 | 1/5/2016 |
0.7.0-beta2 | 1,059 | 1/4/2016 |
0.7.0-beta1 | 1,087 | 1/4/2016 |
0.6.7 | 1,455 | 1/4/2016 |
0.6.6-rc1 | 1,066 | 12/23/2015 |
0.6.6-beta | 1,278 | 12/22/2015 |
0.6.5 | 1,485 | 12/22/2015 |
0.6.5-beta | 1,066 | 12/18/2015 |
0.6.4 | 1,256 | 12/18/2015 |
0.6.3-beta | 1,097 | 12/18/2015 |
0.8.3: New UseSql() SqlBuilder extension that sets custom SQL to be executed with the SqlBuilder
0.8.1: Introduces 2 SqlBuilder Extensions: WithConnection() and WithCulture()
0.8.0: Entire project converted to .NET 4.8 + Microsoft.Data.SqlClient v4.1.0
0.7 Beta1: bug fixes
The TypeBuilder in Version 0.6.7 now contains both Insert and Update from POCO objects
Version 0.6.6 PopulateObject() can populate object hierachies from ResultTables
TSM.exe in Version 0.6.5 can generate metadata and POCO classes on views as well as tables
Version 0.6.4 is the working version. See the GitHub project for details
Version 0.6.1+ is Built for .NET 4.5