TinySql 0.8.2

dotnet add package TinySql --version 0.8.2
NuGet\Install-Package TinySql -Version 0.8.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinySql --version 0.8.2
#r "nuget: TinySql, 0.8.2"
#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.
// Install TinySql as a Cake Addin
#addin nuget:?package=TinySql&version=0.8.2

// Install TinySql as a Cake Tool
#tool nuget:?package=TinySql&version=0.8.2

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.2 165 6/2/2023
0.8.1 278 1/10/2023
0.8.0 690 4/20/2022
0.7.0-beta3 949 1/5/2016
0.7.0-beta2 830 1/4/2016
0.7.0-beta1 855 1/4/2016
0.6.7 1,206 1/4/2016
0.6.6-rc1 829 12/23/2015
0.6.6-beta 934 12/22/2015
0.6.5 1,127 12/22/2015
0.6.5-beta 836 12/18/2015
0.6.4 1,004 12/18/2015
0.6.3-beta 860 12/18/2015

0.9.0: Is built for .NET 4.8
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