Monazita 0.0.10-alpha

This is a prerelease version of Monazita.
dotnet add package Monazita --version 0.0.10-alpha
                    
NuGet\Install-Package Monazita -Version 0.0.10-alpha
                    
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="Monazita" Version="0.0.10-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Monazita" Version="0.0.10-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Monazita" />
                    
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 Monazita --version 0.0.10-alpha
                    
#r "nuget: Monazita, 0.0.10-alpha"
                    
#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 Monazita@0.0.10-alpha
                    
#: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=Monazita&version=0.0.10-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Monazita&version=0.0.10-alpha&prerelease
                    
Install as a Cake Tool

Intro

Monazita is an F# library to query your Postgresql database by writing SQL queries in a printf format that was extracted from MyOwnDB. As such, although the project is still only in alpha version, its code is heavily used in an application deployed in production.

Documentation

See https://monazita.gitlab.io/monazita/.

License

Monazita is published under the LGPLv3 license, which lets you use it in proprietary code, and only requires you to publish changes you make to this library itself.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
0.0.10-alpha 285 3/4/2024
0.0.8-alpha 110 3/2/2024
0.0.7-alpha 116 3/2/2024
0.0.6-alpha 112 2/22/2024
0.0.5-alpha 129 2/22/2024
0.0.4-alpha 297 1/3/2024
0.0.3-alpha 106 1/3/2024
0.0.2-alpha 111 1/1/2024
0.0.1-alpha 112 12/31/2023