Info
| Version: | 9.0.10 |
| Author(s): | beginor |
| Last Update: | Monday, November 3, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/beginor/nhibernate-extensions |
| NuGet Url: | https://www.nuget.org/packages/NHibernate.Extensions.Sqlite |
Install
Install-Package NHibernate.Extensions.Sqlite
dotnet add package NHibernate.Extensions.Sqlite
paket add NHibernate.Extensions.Sqlite
NHibernate.Extensions.Sqlite Download (Unzip the "nupkg" after downloading)
Dependencies
- NHibernate(>= 5.3.5)
Tags
In order to use this driver, you must have the nuget package [Microsoft.Data.Sqlite.Core](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/) and [SQLitePCLRaw.bundle_e_sqlite3](https://www.nuget.org/packages/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.