H2SharpADO.NET50 1.0.4

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

// Install H2SharpADO.NET50 as a Cake Tool
#tool nuget:?package=H2SharpADO.NET50&version=1.0.4

H2 ADO.NET driver for .NET 5.0 πŸ˜ƒ

H2Sharp is an Ado.Net wrapper for the H2 Database Engine written in C#.

H2 is a java relational database engine.

This project takes the compiled Jar of H2 and Runs IKVM.Net (program to convert Java Byte code to .Net’s CIL) on it.

This project wraps the resulting library with classes that implement the ADO.Net interface to allow for easy use in .Net projects.

As a result the entire system is in CIL (.Net).

This makes it the first commercial friendly, managed, embeddable, reliable, open source, database for .Net and Mono.

Product 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. 
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 H2SharpADO.NET50:

Package Downloads
NHibernate.Driver.H2

Nhibernate H2 driver compatible with .NET 5.0 by using IKVM

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 632 12/8/2021
1.1.2.2 384 11/23/2021
1.1.2.1 440 11/19/2021
1.1.2 444 11/18/2021
1.1.1 414 11/15/2021
1.1.0 416 11/11/2021
1.0.4.1 425 11/8/2021
1.0.4 415 11/8/2021
1.0.3.3 409 11/7/2021
1.0.3.1 533 11/7/2021
1.0.3 405 11/6/2021
1.0.2 483 11/6/2021
1.0.1.1 486 10/31/2021
1.0.0 470 10/27/2021

ADO.NET for H2 DB and serve IKVM