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 143 8/9/2024
1.2.0-b41 117 7/10/2024
1.2.0-b40 112 7/7/2024
1.2.0-b39 124 7/5/2024
1.2.0-b38 124 7/4/2024
1.2.0-b37 120 7/4/2024
1.2.0-b36 125 3/15/2024
1.2.0-b35 134 2/25/2024
1.2.0-b34 121 2/25/2024
1.2.0-b33 123 2/25/2024
1.2.0-b32 258 10/28/2023
1.2.0-b31 135 10/28/2023
1.2.0-b30 142 10/28/2023
1.2.0-b29 156 10/21/2023
1.2.0-b28 148 10/21/2023
1.2.0-b27 150 10/4/2023
1.2.0-b26 156 9/15/2023
1.2.0-b25 149 9/15/2023
1.2.0-b24 158 9/14/2023
1.1.0 322 10/4/2022
Loading failed