NHibernate.Extensions.Sqlite
8.0.9
See the version list below for details.
dotnet add package NHibernate.Extensions.Sqlite --version 8.0.9
NuGet\Install-Package NHibernate.Extensions.Sqlite -Version 8.0.9
<PackageReference Include="NHibernate.Extensions.Sqlite" Version="8.0.9" />
paket add NHibernate.Extensions.Sqlite --version 8.0.9
#r "nuget: NHibernate.Extensions.Sqlite, 8.0.9"
// Install NHibernate.Extensions.Sqlite as a Cake Addin #addin nuget:?package=NHibernate.Extensions.Sqlite&version=8.0.9 // Install NHibernate.Extensions.Sqlite as a Cake Tool #tool nuget:?package=NHibernate.Extensions.Sqlite&version=8.0.9
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 | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.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 | 208 | 11/30/2024 |
8.0.14 | 6,150 | 10/9/2024 |
8.0.13 | 1,115 | 9/21/2024 |
8.0.12 | 648 | 9/13/2024 |
8.0.11 | 191 | 9/12/2024 |
8.0.10 | 131 | 9/11/2024 |
8.0.9 | 183 | 9/10/2024 |
8.0.8 | 5,379 | 7/8/2024 |
8.0.7 | 1,718 | 5/11/2024 |
8.0.6 | 3,817 | 3/29/2024 |
8.0.5 | 174 | 3/18/2024 |
8.0.4 | 1,502 | 2/17/2024 |
8.0.3 | 151 | 2/4/2024 |
8.0.2 | 156 | 1/21/2024 |
8.0.1 | 2,711 | 12/26/2023 |
8.0.0 | 1,398 | 11/19/2023 |
7.0.9 | 360 | 9/28/2023 |
7.0.8 | 2,206 | 9/2/2023 |
7.0.7 | 176 | 8/19/2023 |
7.0.6 | 207 | 8/3/2023 |
7.0.5 | 224 | 7/8/2023 |
7.0.4 | 238 | 6/14/2023 |
7.0.3 | 301 | 4/9/2023 |
7.0.2 | 519 | 2/14/2023 |
7.0.1 | 411 | 12/20/2022 |
7.0.0 | 432 | 11/24/2022 |
6.0.13 | 18,672 | 10/25/2022 |
6.0.12 | 537 | 10/3/2022 |
6.0.11 | 799 | 8/11/2022 |
6.0.10 | 498 | 8/8/2022 |
6.0.9 | 1,404 | 6/24/2022 |
6.0.8 | 778 | 5/10/2022 |
6.0.7 | 623 | 4/18/2022 |
6.0.6 | 618 | 4/18/2022 |
6.0.5 | 679 | 2/25/2022 |
6.0.4 | 624 | 2/21/2022 |
6.0.3 | 640 | 2/16/2022 |
6.0.2 | 531 | 1/11/2022 |
6.0.1 | 397 | 12/16/2021 |
6.0.0 | 778 | 11/20/2021 |
5.0.11 | 747 | 9/28/2021 |
5.0.10 | 486 | 9/23/2021 |
5.0.9 | 769 | 7/28/2021 |
5.0.8 | 478 | 7/6/2021 |
5.0.7 | 501 | 5/21/2021 |
5.0.6 | 485 | 4/13/2021 |
5.0.5 | 624 | 3/22/2021 |
5.0.4 | 831 | 2/24/2021 |
5.0.3 | 464 | 1/30/2021 |
5.0.2 | 555 | 12/15/2020 |
5.0.1 | 498 | 11/18/2020 |
5.0.0 | 558 | 11/11/2020 |
5.0.0-rc.2 | 278 | 11/2/2020 |
5.0.0-rc.1 | 284 | 9/15/2020 |
2.0.5 | 41,758 | 8/18/2020 |
2.0.4 | 546 | 7/28/2020 |
2.0.3 | 568 | 7/20/2020 |
2.0.2 | 597 | 7/20/2020 |
2.0.1 | 2,108 | 2/27/2020 |
2.0.0 | 662 | 2/27/2020 |
Map `StringArrayType` to `NpgsqlDbType.Array | NpgsqlDbType.Varchar`;