Meadow.Postgre 1.1.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Meadow.Postgre --version 1.1.0
                    
NuGet\Install-Package Meadow.Postgre -Version 1.1.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="Meadow.Postgre" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meadow.Postgre" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Meadow.Postgre" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Meadow.Postgre --version 1.1.0
                    
#r "nuget: Meadow.Postgre, 1.1.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.
#:package Meadow.Postgre@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Meadow.Postgre&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Meadow.Postgre&version=1.1.0
                    
Install as a Cake Tool

Meadow Postgre Adapter

By installing this library in your client code, you would be able to use meadow connected to a postgre database, just by calling UsePostgre() method.

    var engine = new MeadowEngine(configuration).UsePostgre();

Postgre Considerations

  • Meadow is based on Stored procedures, but in case of requests which return data, it can be tricky to use a procedure while defining a function instead does the job easily.
  • Meadow uses the exact names of classes and properties and attributes (along side some conventions) to communicate with database. In the other hand, if a name is not quoted with double quotes, it will be considered in lower case by postgre, so DO NOT FORGET TO QUOTE NAMES.
  • In Meadow requests you create, also the name must be quoted, so DO NOT FORGET TO OVERRIDE QuoteProcedureName METHOD IN REQUESTS. This method by default returns false. For Postgre, you need to
  • override it to return true.
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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0-b42 90 8/9/2024
1.2.0-b41 79 7/10/2024
1.2.0-b40 72 7/7/2024
1.2.0-b39 78 7/5/2024
1.2.0-b38 82 7/4/2024
1.2.0-b37 80 7/4/2024
1.2.0-b36 82 3/15/2024
1.2.0-b35 83 2/25/2024
1.2.0-b34 79 2/25/2024
1.2.0-b33 83 2/25/2024
1.2.0-b32 214 10/28/2023
1.2.0-b31 96 10/28/2023
1.2.0-b30 99 10/28/2023
1.2.0-b29 116 10/21/2023
1.2.0-b28 104 10/21/2023
1.2.0-b27 107 10/4/2023
1.2.0-b26 109 9/15/2023
1.2.0-b25 106 9/15/2023
1.2.0-b24 122 9/14/2023
1.2.0-b23 122 9/14/2023
1.2.0-b22 114 9/14/2023
1.2.0-b21 120 9/12/2023
1.2.0-b19 114 9/12/2023
1.2.0-b18 124 9/7/2023
1.2.0-b17 121 9/7/2023
1.2.0-b16 124 9/6/2023
1.2.0-b15 120 9/2/2023
1.2.0-b14 124 9/2/2023
1.2.0-b13 127 8/31/2023
1.2.0-b12 115 8/31/2023
1.2.0-b11 107 8/30/2023
1.2.0-b10 129 8/30/2023
1.2.0-b09 114 8/29/2023
1.2.0-b08 126 8/28/2023
1.2.0-b07 115 8/26/2023
1.2.0-b06 124 8/26/2023
1.2.0-b05 153 3/16/2023
1.2.0-b04 157 3/8/2023
1.2.0-b03 155 3/6/2023
1.2.0-b02 163 2/27/2023
1.2.0-b01 164 2/20/2023
1.1.0 251 10/4/2022
1.0.0 230 9/24/2022