SqlFu
SqlFu copied to clipboard
Fast and versatile .net core data mapper/micro-orm
This pull request addresses the upgrade of the project's .NET Core framework from version 3.1 to 8, along with updating associated NuGet packages to their latest compatible versions.
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.2 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Dear developer, The current incarnation (2.3) of SqlFu has Upsert method in CrudHelpers.cs. The upsert (ie. UpdateOrInsert) is a great facility and used in real world applications. I like it!...