TinySql 0.8.3

dotnet add package TinySql --version 0.8.3
                    
NuGet\Install-Package TinySql -Version 0.8.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TinySql" Version="0.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TinySql" Version="0.8.3" />
                    
Directory.Packages.props
<PackageReference Include="TinySql" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TinySql --version 0.8.3
                    
#r "nuget: TinySql, 0.8.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TinySql@0.8.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TinySql&version=0.8.3
                    
Install as a Cake Addin
#tool nuget:?package=TinySql&version=0.8.3
                    
Install as a Cake Tool

Like the .NET StringBuilder, the TinySql SqlBuilder is a small and fast object-oriented SQL statement builder

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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