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
<PackageReference Include="NHibernate.Extensions.Sqlite" Version="9.0.0" />
paket add NHibernate.Extensions.Sqlite --version 9.0.0
#r "nuget: NHibernate.Extensions.Sqlite, 9.0.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- NHibernate (>= 5.5.2)
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 | 150 | 11/30/2024 |
8.0.14 | 5,573 | 10/9/2024 |
8.0.13 | 1,108 | 9/21/2024 |
8.0.12 | 644 | 9/13/2024 |
8.0.11 | 187 | 9/12/2024 |
8.0.10 | 127 | 9/11/2024 |
8.0.9 | 180 | 9/10/2024 |
8.0.8 | 5,255 | 7/8/2024 |
8.0.7 | 1,713 | 5/11/2024 |
8.0.6 | 3,803 | 3/29/2024 |
8.0.5 | 172 | 3/18/2024 |
8.0.4 | 1,498 | 2/17/2024 |
8.0.3 | 149 | 2/4/2024 |
8.0.2 | 153 | 1/21/2024 |
8.0.1 | 2,709 | 12/26/2023 |
8.0.0 | 1,391 | 11/19/2023 |
7.0.9 | 357 | 9/28/2023 |
7.0.8 | 2,151 | 9/2/2023 |
7.0.7 | 173 | 8/19/2023 |
7.0.6 | 201 | 8/3/2023 |
7.0.5 | 219 | 7/8/2023 |
7.0.4 | 233 | 6/14/2023 |
7.0.3 | 298 | 4/9/2023 |
7.0.2 | 516 | 2/14/2023 |
7.0.1 | 408 | 12/20/2022 |
7.0.0 | 426 | 11/24/2022 |
6.0.13 | 18,658 | 10/25/2022 |
6.0.12 | 534 | 10/3/2022 |
6.0.11 | 796 | 8/11/2022 |
6.0.10 | 495 | 8/8/2022 |
6.0.9 | 1,399 | 6/24/2022 |
6.0.8 | 775 | 5/10/2022 |
6.0.7 | 620 | 4/18/2022 |
6.0.6 | 615 | 4/18/2022 |
6.0.5 | 674 | 2/25/2022 |
6.0.4 | 621 | 2/21/2022 |
6.0.3 | 637 | 2/16/2022 |
6.0.2 | 529 | 1/11/2022 |
6.0.1 | 392 | 12/16/2021 |
6.0.0 | 776 | 11/20/2021 |
5.0.11 | 745 | 9/28/2021 |
5.0.10 | 484 | 9/23/2021 |
5.0.9 | 765 | 7/28/2021 |
5.0.8 | 475 | 7/6/2021 |
5.0.7 | 497 | 5/21/2021 |
5.0.6 | 483 | 4/13/2021 |
5.0.5 | 621 | 3/22/2021 |
5.0.4 | 828 | 2/24/2021 |
5.0.3 | 462 | 1/30/2021 |
5.0.2 | 553 | 12/15/2020 |
5.0.1 | 496 | 11/18/2020 |
5.0.0 | 555 | 11/11/2020 |
5.0.0-rc.2 | 276 | 11/2/2020 |
5.0.0-rc.1 | 282 | 9/15/2020 |
2.0.5 | 41,595 | 8/18/2020 |
2.0.4 | 544 | 7/28/2020 |
2.0.3 | 566 | 7/20/2020 |
2.0.2 | 594 | 7/20/2020 |
2.0.1 | 2,106 | 2/27/2020 |
2.0.0 | 657 | 2/27/2020 |
- Update to .NET 9.0.0; - Update packages; - Remove obsoleted types; - Move custom types to namespace `NHibernate.Extensions.Npgsql.UserTypes`;