NHibernate.Driver.H2 1.1.5

.NET 5.0
dotnet add package NHibernate.Driver.H2 --version 1.1.5
NuGet\Install-Package NHibernate.Driver.H2 -Version 1.1.5
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="NHibernate.Driver.H2" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Driver.H2 --version 1.1.5
#r "nuget: NHibernate.Driver.H2, 1.1.5"
#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 NHibernate.Driver.H2 as a Cake Addin
#addin nuget:?package=NHibernate.Driver.H2&version=1.1.5

// Install NHibernate.Driver.H2 as a Cake Tool
#tool nuget:?package=NHibernate.Driver.H2&version=1.1.5

Nhibernate H2 driver compatible with .NET 5.0 by using IKVM with db browser

NOW SEE IN MEMORY DATA from http://localhost:8082
Connect to IN MEMORY DATA from your db suite (TOAD-DBeaver) jdbc:h2:tcp://localhost/mem:yourdbname
Data reader is FIXED
Record counts fixed
BATCH SQL Record counts fixed
to use while debugging and all threads are broken freez your thread and press continue , make your query and pause run and thaw your thread

! data browser db suite

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
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.1.5 304 12/8/2021
1.1.2 229 11/23/2021
1.1.1.2 264 11/19/2021
1.1.1.1 260 11/19/2021
1.0.1.1 334 11/16/2021
1.0.1 281 11/12/2021
1.0.0.9 274 11/8/2021
1.0.0.8 298 11/8/2021
1.0.0.7 384 11/7/2021
1.0.0.6 290 11/7/2021
1.0.0.5 287 11/7/2021
1.0.0.4 292 11/6/2021
1.0.0.2 341 11/6/2021
1.0.0.1 355 10/31/2021
1.0.0 317 10/28/2021

Nhibernate H2 driver compatible with .NET 5.0 by using IKVM