Info
| Version: | 0.5.3 | 
| Author(s): | Stanislav Muhametsin | 
| Last Update: | Wednesday, August 8, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/CometaSolutions/CBAM/tree/develop/Source/CBAM.SQL.PostgreSQL.JSON | 
| NuGet Url: | https://www.nuget.org/packages/CBAM.SQL.PostgreSQL.JSON | 
Install
Install-Package CBAM.SQL.PostgreSQL.JSON
                        dotnet add package CBAM.SQL.PostgreSQL.JSON
                        paket add CBAM.SQL.PostgreSQL.JSON
                        
                                CBAM.SQL.PostgreSQL.JSON Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.0 
                                        
                    - CBAM.SQL.PostgreSQL(>= 0.5.3)
- Newtonsoft.Json(>= 10.0.2)
- UtilPack.JSON(>= 1.0.0)
- UtilPack.ResourcePooling(>= 1.0.0)
- CBAM.SQL.PostgreSQL(>= 0.5.3)
- Newtonsoft.Json(>= 10.0.2)
- UtilPack.JSON(>= 1.0.0)
- UtilPack.ResourcePooling(>= 1.0.0)
- CBAM.SQL.PostgreSQL(>= 0.5.3)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.2)
- UtilPack.JSON(>= 1.0.0)
- UtilPack.ResourcePooling(>= 1.0.0)
Tags
 
                
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.