Skip to main content
CBAM.SQL.PostgreSQL.JSON package icon

CBAM.SQL.PostgreSQL.JSON

The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL.JSON assembly provides API to add support for json and jsonb PostgreSQL types to connections of CBAM.SQL.PostgreSQL assembly. The API is two extensions methods for ConnectionPoolObservable type in CBAM.Abstractions assembly, and PgSQLConnection type in CBAM.SQL.PostgreSQL assembly. The first extension method adds support for json and jsonb PostgreSQL types to all connections created by given pool. The second extension method adds support for those types for a single connection. Once support has been added, the values of json and jsonb PostgreSQL types can be directly acquired as JToken type of Newtonsoft.JSON assembly.

Total Downloads
13.5K
13,497
Published
May 18, 2017
Latest stable version

Install

.NET CLI
dotnet add package CBAM.SQL.PostgreSQL.JSON --version 0.0.1-alpha
Package Manager Console
Install-Package CBAM.SQL.PostgreSQL.JSON -Version 0.0.1-alpha
PackageReference
<PackageReference Include="CBAM.SQL.PostgreSQL.JSON" Version="0.0.1-alpha" />

Frameworks

.NETStandard1.0

Dependencies

CBAM.SQL.PostgreSQL
.NETStandard1.0
[0.0.1-alpha, )
UtilPack.JSON
.NETStandard1.0
[1.0.0-RC2, )
NETStandard.Library
.NETStandard1.0
[1.6.1, )
Newtonsoft.Json
.NETStandard1.0
[10.0.2, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.