SqlKata.ModelHelper
1.1.14
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SqlKata.ModelHelper --version 1.1.14
NuGet\Install-Package SqlKata.ModelHelper -Version 1.1.14
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="SqlKata.ModelHelper" Version="1.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlKata.ModelHelper --version 1.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SqlKata.ModelHelper, 1.1.14"
#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 SqlKata.ModelHelper as a Cake Addin #addin nuget:?package=SqlKata.ModelHelper&version=1.1.14 // Install SqlKata.ModelHelper as a Cake Tool #tool nuget:?package=SqlKata.ModelHelper&version=1.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SqlKata.ModelHelper
ModelHelper provides easy connect from your model classes to database by using SqlKata for connecting database and running your queries.
Supported on .Net Core
Installation
Add Nuget Package from your package manager.
SqlKata.ModelHelper
Usage
Adding QueryFactory
Add a transient for QueryFactory with your database informations.
services.AddTransient(f =>
{
return new QueryFactory
{
Compiler = new PostgresCompiler(),
Connection = new NpgsqlConnection("server=.;database=your_database;user=your_user;pass=your_pass;")
};
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Dapper (>= 2.0.35)
- Microsoft.Extensions.Logging (>= 3.1.6)
- Npgsql (>= 4.1.3.1)
- NRTech.Toolkit (>= 1.0.30)
- SqlKata (>= 2.2.0)
- SqlKata.Execution (>= 2.2.0)
- Utf8Json (>= 1.3.7)
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 |
---|---|---|
1.1.39 | 436 | 8/6/2024 |
1.1.38 | 900 | 12/19/2022 |
1.1.37 | 825 | 12/19/2022 |
1.1.36 | 747 | 12/12/2022 |
1.1.35 | 797 | 12/12/2022 |
1.1.34 | 754 | 12/12/2022 |
1.1.33 | 1,678 | 1/11/2022 |
1.1.32 | 817 | 1/7/2022 |
1.1.31 | 820 | 12/5/2021 |
1.1.30 | 787 | 12/5/2021 |
1.1.29 | 927 | 10/15/2021 |
1.1.28 | 848 | 10/15/2021 |
1.1.27 | 848 | 10/15/2021 |
1.1.26 | 892 | 8/10/2021 |
1.1.25 | 853 | 7/5/2021 |
1.1.24 | 887 | 6/30/2021 |
1.1.23 | 857 | 6/30/2021 |
1.1.22 | 797 | 4/26/2021 |
1.1.21 | 1,234 | 11/28/2020 |
1.1.20 | 1,088 | 9/23/2020 |
1.1.19 | 996 | 9/14/2020 |
1.1.18 | 971 | 9/8/2020 |
1.1.17 | 1,080 | 9/5/2020 |
1.1.16 | 1,035 | 9/5/2020 |
1.1.15 | 931 | 8/28/2020 |
1.1.14 | 988 | 8/21/2020 |
1.1.13 | 1,064 | 8/10/2020 |
1.1.12 | 1,026 | 8/10/2020 |
1.1.11 | 1,003 | 8/10/2020 |
1.1.10 | 991 | 8/10/2020 |
1.1.9 | 952 | 8/9/2020 |
1.1.8 | 1,050 | 8/8/2020 |
1.1.7 | 1,050 | 8/8/2020 |
1.1.6 | 1,048 | 8/8/2020 |
1.1.5 | 1,006 | 8/4/2020 |
1.1.4 | 1,110 | 7/28/2020 |
1.1.3 | 991 | 7/28/2020 |
1.1.2 | 1,003 | 7/27/2020 |
1.1.1 | 988 | 7/27/2020 |
1.1.0 | 1,013 | 7/27/2020 |
1.0.64 | 980 | 7/27/2020 |
1.0.63 | 950 | 7/27/2020 |
1.0.62 | 1,037 | 7/27/2020 |
1.0.61 | 1,013 | 7/27/2020 |
1.0.60 | 982 | 7/27/2020 |
1.0.59 | 1,031 | 7/27/2020 |
1.0.58 | 988 | 7/27/2020 |
1.0.57 | 1,076 | 7/17/2020 |
1.0.56 | 975 | 7/17/2020 |
1.0.55 | 921 | 7/17/2020 |
1.0.54 | 1,054 | 7/12/2020 |
1.0.53 | 991 | 7/10/2020 |
1.0.52 | 1,019 | 7/7/2020 |
1.0.51 | 941 | 7/7/2020 |
1.0.48 | 979 | 7/7/2020 |
1.0.47 | 970 | 7/7/2020 |
1.0.46 | 1,015 | 7/7/2020 |
1.0.45 | 987 | 7/5/2020 |
1.0.44 | 1,032 | 6/30/2020 |
1.0.43 | 1,050 | 6/29/2020 |
1.0.42 | 1,142 | 6/27/2020 |
1.0.41 | 1,115 | 6/15/2020 |
1.0.40 | 1,025 | 6/13/2020 |
1.0.39 | 1,171 | 6/3/2020 |
1.0.38 | 983 | 6/1/2020 |
1.0.37 | 981 | 6/1/2020 |
1.0.35 | 985 | 6/1/2020 |
1.0.34 | 940 | 5/26/2020 |
1.0.31 | 933 | 5/25/2020 |
1.0.30 | 1,090 | 5/25/2020 |
1.0.23 | 1,015 | 5/23/2020 |
1.0.22 | 929 | 5/19/2020 |
1.0.16 | 1,011 | 5/10/2020 |
1.0.15 | 1,042 | 4/17/2020 |
1.0.12 | 1,073 | 3/31/2020 |
1.0.10 | 1,071 | 3/22/2020 |
1.0.2 | 956 | 3/3/2020 |
1.0.1 | 975 | 3/3/2020 |
0.1.1 | 959 | 3/1/2020 |
0.1.0 | 1,029 | 2/29/2020 |
0.0.1 | 955 | 2/29/2020 |