PgDoc 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PgDoc --version 0.3.0                
NuGet\Install-Package PgDoc -Version 0.3.0                
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="PgDoc" Version="0.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PgDoc --version 0.3.0                
#r "nuget: PgDoc, 0.3.0"                
#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 PgDoc as a Cake Addin
#addin nuget:?package=PgDoc&version=0.3.0

// Install PgDoc as a Cake Tool
#tool nuget:?package=PgDoc&version=0.3.0                

PgDoc

Document stores offer a lot of flexibility in terms of data structures, however they rarely support ACID transactions. On the other hand, SQL databases are typically ACID-compliant but require managing a SQL schema in addition to application code.

PgDoc is a library for using PostgreSQL as a generic document store. It leverages the ACID-compliance of PostgreSQL and provides the ability to update, create or modify multiple documents as part of atomic batches.

License

Copyright 2016 Flavien Charlon

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PgDoc:

Package Downloads
PgDoc.Serialization

PgDoc.Serialization is a library for serializing .NET objects to JSON and store them into a PostgreSQL document store.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 486 6/7/2022
3.0.0 424 6/5/2022
2.1.1 661 6/4/2022
2.1.0 683 6/1/2022
2.0.1 452 5/27/2022
2.0.0 452 5/27/2022
2.0.0-alpha.2 111 5/27/2022
2.0.0-alpha.1 349 10/9/2021
1.2.2 543 10/7/2021
1.1.2 2,101 5/21/2019
1.1.1 770 5/19/2019
1.0.6 865 5/12/2019
1.0.5 1,186 1/31/2019
1.0.4 1,258 1/5/2019
1.0.3 905 12/28/2018
1.0.2 859 12/26/2018
1.0.1 2,051 12/8/2018
1.0.0 1,040 12/8/2018
0.5.0 747 12/8/2018
0.4.2 1,197 7/3/2018
0.4.1 863 7/2/2018
0.4.0 823 6/29/2018
0.3.0 944 4/23/2018
0.2.5 947 3/4/2018