NHibernate.Extensions.Sqlite 9.0.0

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

// Install NHibernate.Extensions.Sqlite as a Cake Tool
#tool nuget:?package=NHibernate.Extensions.Sqlite&version=9.0.0                

NHibernate Sqlite Driver with Microsoft.Data.Sqlite.Core. In order to use this driver, you must have the nuget package [Microsoft.Data.Sqlite.Core](Microsoft.Data.Sqlite.Core) and [SQLitePCLRaw.bundle_e_sqlite3](SQLitePCLRaw.bundle_e_sqlite3) installed for NHibernate to load. It's a .NET Standard 2.0 Driver, Can run on any platform that dotnet core support.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NHibernate.Extensions.Sqlite:

Package Downloads
Baked.Recipe.Service.Application

Baked (Objects) is an opinionated framework for .NET. This is a recipe package that brings together all the feature implementations one needs for a service application.

Athi.Whippet

Package Description

Athi.Whippet.Data

Package Description

MyHome.Common.DataBase

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 67 11/30/2024
8.0.14 3,688 10/9/2024
8.0.13 1,097 9/21/2024
8.0.12 635 9/13/2024
8.0.11 176 9/12/2024
8.0.10 120 9/11/2024
8.0.9 171 9/10/2024
8.0.8 4,589 7/8/2024
8.0.7 1,651 5/11/2024
8.0.6 3,784 3/29/2024
8.0.5 169 3/18/2024
8.0.4 1,492 2/17/2024
8.0.3 146 2/4/2024
8.0.2 150 1/21/2024
8.0.1 2,706 12/26/2023
8.0.0 1,384 11/19/2023
7.0.9 352 9/28/2023
7.0.8 1,991 9/2/2023
7.0.7 170 8/19/2023
7.0.6 198 8/3/2023
7.0.5 216 7/8/2023
7.0.4 230 6/14/2023
7.0.3 294 4/9/2023
7.0.2 513 2/14/2023
7.0.1 405 12/20/2022
7.0.0 421 11/24/2022
6.0.13 18,642 10/25/2022
6.0.12 529 10/3/2022
6.0.11 791 8/11/2022
6.0.10 490 8/8/2022
6.0.9 1,392 6/24/2022
6.0.8 770 5/10/2022
6.0.7 615 4/18/2022
6.0.6 610 4/18/2022
6.0.5 669 2/25/2022
6.0.4 616 2/21/2022
6.0.3 632 2/16/2022
6.0.2 523 1/11/2022
6.0.1 386 12/16/2021
6.0.0 768 11/20/2021
5.0.11 740 9/28/2021
5.0.10 478 9/23/2021
5.0.9 757 7/28/2021
5.0.8 469 7/6/2021
5.0.7 491 5/21/2021
5.0.6 477 4/13/2021
5.0.5 615 3/22/2021
5.0.4 821 2/24/2021
5.0.3 456 1/30/2021
5.0.2 541 12/15/2020
5.0.1 490 11/18/2020
5.0.0 549 11/11/2020
5.0.0-rc.2 271 11/2/2020
5.0.0-rc.1 278 9/15/2020
2.0.5 40,986 8/18/2020
2.0.4 537 7/28/2020
2.0.3 559 7/20/2020
2.0.2 586 7/20/2020
2.0.1 2,099 2/27/2020
2.0.0 648 2/27/2020

- Update to .NET 9.0.0; - Update packages; - Remove obsoleted types; - Move custom types to namespace `NHibernate.Extensions.Npgsql.UserTypes`;