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
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="BlackHole.Core.Lite" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlackHole.Core.Lite --version 0.9.0
#r "nuget: BlackHole.Core.Lite, 0.9.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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 145 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