TinySql 0.6.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package TinySql --version 0.6.7
NuGet\Install-Package TinySql -Version 0.6.7
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.6.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinySql --version 0.6.7
#r "nuget: TinySql, 0.6.7"
#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.6.7

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

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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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,126 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

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