h2.NET50
1.4.199.3
dotnet add package h2.NET50 --version 1.4.199.3
NuGet\Install-Package h2.NET50 -Version 1.4.199.3
<PackageReference Include="h2.NET50" Version="1.4.199.3" />
paket add h2.NET50 --version 1.4.199.3
#r "nuget: h2.NET50, 1.4.199.3"
// Install h2.NET50 as a Cake Addin #addin nuget:?package=h2.NET50&version=1.4.199.3 // Install h2.NET50 as a Cake Tool #tool nuget:?package=h2.NET50&version=1.4.199.3
H2 .NET NuGet package for .NET 5.0
This repository contains the build scripts necessary to generate the H2 .NET NuGet package for .NET 5.0.
About
H2 (http://www.h2database.com/) is an open source SQL database written in Java. Although it is technically possible to access an H2 database via ADO.NET using a PostgreSQL connection, this has limitations and can be difficult to get working reliably. By using IKVM.NET (https://www.ikvm.net/), the Java bytecode implementing the H2 database can be executed under the .NET runtime, exposing the Java class structure for H2 to .NET.
Licence
H2 is dual-licensed under the Mozilla Public License 2.0 and the Eclipse Public License 1.0. See http://www.h2database.com/html/license.html for details.
IKVM.NET is licensed under the zlib License, with portions covered by the GNU Classpath License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- System.Configuration.ConfigurationManager (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on h2.NET50:
Package | Downloads |
---|---|
H2SharpADO.NET50
ADO.NET for H2 DB and serve IKVM |
GitHub repositories
This package is not used by any popular GitHub repositories.