DeclarativeSql.Core
0.3.0-alpha4
Provides easy construction of database connection, attribute-based table mapping, and creation of primitive SQL.
Suggested Alternatives
This is a prerelease version of DeclarativeSql.Core.
Install-Package DeclarativeSql.Core -Version 0.3.0-alpha4
dotnet add package DeclarativeSql.Core --version 0.3.0-alpha4
<PackageReference Include="DeclarativeSql.Core" Version="0.3.0-alpha4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeclarativeSql.Core --version 0.3.0-alpha4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DeclarativeSql.Core, 0.3.0-alpha4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install DeclarativeSql.Core as a Cake Addin #addin nuget:?package=DeclarativeSql.Core&version=0.3.0-alpha4&prerelease // Install DeclarativeSql.Core as a Cake Tool #tool nuget:?package=DeclarativeSql.Core&version=0.3.0-alpha4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Supports .NET Core.
- Changes query building syntax.
- Supports 'order by' query.
- Performance improvement.
Dependencies
-
.NETFramework 4.6.1
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
-
.NETStandard 1.4
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DeclarativeSql.Core:
Package | Downloads |
---|---|
DeclarativeSql.Dapper
Provides very simple CRUD operation using Dapper.
|
GitHub repositories
This package is not used by any popular GitHub repositories.