cloudscribe.Logging.EFCore.PostgreSql
4.1.0
PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository, using snake case tables and fields
Install-Package cloudscribe.Logging.EFCore.PostgreSql -Version 4.1.0
dotnet add package cloudscribe.Logging.EFCore.PostgreSql --version 4.1.0
<PackageReference Include="cloudscribe.Logging.EFCore.PostgreSql" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cloudscribe.Logging.EFCore.PostgreSql --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: cloudscribe.Logging.EFCore.PostgreSql, 4.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install cloudscribe.Logging.EFCore.PostgreSql as a Cake Addin
#addin nuget:?package=cloudscribe.Logging.EFCore.PostgreSql&version=4.1.0
// Install cloudscribe.Logging.EFCore.PostgreSql as a Cake Tool
#tool nuget:?package=cloudscribe.Logging.EFCore.PostgreSql&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.1
- cloudscribe.Logging (>= 4.1.0)
- cloudscribe.Logging.EFCore.Common (>= 4.1.0)
- cloudscribe.Versioning (>= 1.0.0)
- Microsoft.EntityFrameworkCore (>= 3.1.0)
- Microsoft.EntityFrameworkCore.Design (>= 3.1.0)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 3.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on cloudscribe.Logging.EFCore.PostgreSql:
Repository | Stars |
---|---|
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
|
|
cloudscribe/cloudscribe.SimpleContent
A simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database, supports markdown or html editing
|