BlackHole.Core.Lite
0.9.0
dotnet add package BlackHole.Core.Lite --version 0.9.0
NuGet\Install-Package BlackHole.Core.Lite -Version 0.9.0
<PackageReference Include="BlackHole.Core.Lite" Version="0.9.0" />
paket add BlackHole.Core.Lite --version 0.9.0
#r "nuget: BlackHole.Core.Lite, 0.9.0"
// Install BlackHole.Core.Lite as a Cake Addin #addin nuget:?package=BlackHole.Core.Lite&version=0.9.0 // Install BlackHole.Core.Lite as a Cake Tool #tool nuget:?package=BlackHole.Core.Lite&version=0.9.0
A Simple version of BlackHole.Core.ORM, that works with SQLite only.
-It is recommended for small Console Applications or Windows and Linux Services. -It can Create and Manage multiple Sqlite database on the fly. -it is Simplyfied and easier to use, having a Single static BHDataProvider that can be used with all the Entities. -All the Entities have an Integer Id Column with auto-increment as Primary Key. -Tables are based on the Entities. -Each Database can be build , using Entities in a specified namespace or all the Entities in the Assembly. -Has automatic Logging for errors and the logs are cleaned on the startup of the Application.
Find the complete version of BlackHole.Core.ORM here ⇒ BlackHole.Core.ORM
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- Microsoft.Data.Sqlite.Core (>= 7.0.14)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 2.1.7)
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 |
---|---|---|
0.9.0 | 245 | 1/28/2024 |
- dotnet7 preview package
- added multiple sqlite databases support
- fixed linq bugs for null values and booleans
- added 'any' and 'count' sql methods