Bit.Besql 9.3.1-pre-03

This is a prerelease version of Bit.Besql.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Bit.Besql --version 9.3.1-pre-03                
NuGet\Install-Package Bit.Besql -Version 9.3.1-pre-03                
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="Bit.Besql" Version="9.3.1-pre-03" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bit.Besql --version 9.3.1-pre-03                
#r "nuget: Bit.Besql, 9.3.1-pre-03"                
#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 Bit.Besql as a Cake Addin
#addin nuget:?package=Bit.Besql&version=9.3.1-pre-03&prerelease

// Install Bit.Besql as a Cake Tool
#tool nuget:?package=Bit.Besql&version=9.3.1-pre-03&prerelease                

bit Blazor Entity Framework Sqlite (bit Besql)

Step by step walkthrough video:

bit besql video

How to use Bit.Besql:

The usage of Bit.Besql is exactly the same as the regular usage of Microsoft.EntityFrameworkCore.Sqlite with IDbContextFactory.

To get started, simply install Bit.Besql and use services.AddBesqlDbContextFactory instead of services.AddDbContextFactory. Then add the following script:

<script src="_content/Bit.Besql/bit-besql.js"></script>

Note: Do NOT use IDbContextFactory in OnInitialized method because it relies on IJSRuntime. Use OnAfterRender method instead.

In order to download sqlite db file from browser cache storage in blazor WebAssembly run the followings in browser console:

const cache = await caches.open('bit-besql');
const resp = await cache.match('/data/cache/MyDb.db');
const blob = await resp.blob();
const urlToDownload = URL.createObjectURL(blob);
Product 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 is compatible.  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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Bit.Besql:

Repository Stars
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
Version Downloads Last updated
9.4.1 81 2/8/2025
9.4.1-pre-01 44 2/8/2025
9.4.0 61 2/8/2025
9.4.0-pre-05 44 2/8/2025
9.4.0-pre-04 65 2/7/2025
9.4.0-pre-03 47 2/6/2025
9.4.0-pre-02 114 2/2/2025
9.4.0-pre-01 78 2/1/2025
9.3.1-pre-05 200 1/26/2025
9.3.1-pre-04 140 1/23/2025
9.3.1-pre-03 196 1/19/2025
9.3.1-pre-02 66 1/18/2025
9.3.1-pre-01 80 1/14/2025
9.3.0 345 1/11/2025
9.3.0-pre-01 55 1/11/2025
9.2.1 349 1/5/2025
9.2.1-pre-02 125 1/4/2025
9.2.1-pre-01 129 1/3/2025
9.2.0 127 1/1/2025
9.2.0-pre-04 76 1/1/2025
9.2.0-pre-03 90 12/31/2024
9.2.0-pre-02 102 12/31/2024
9.2.0-pre-01 86 12/30/2024
9.1.2 291 12/24/2024
9.1.2-pre-01 83 12/23/2024
9.1.1 345 12/15/2024
9.1.1-pre-01 89 12/15/2024
9.1.0 127 12/14/2024
9.1.0-pre-13 120 12/13/2024
9.1.0-pre-12 78 12/13/2024
9.1.0-pre-11 84 12/13/2024
9.1.0-pre-10 145 12/10/2024
9.1.0-pre-09 149 12/6/2024
9.1.0-pre-08 200 12/2/2024
9.1.0-pre-07 70 12/2/2024
9.1.0-pre-06 65 12/2/2024
9.1.0-pre-05 118 12/1/2024
9.1.0-pre-04 106 11/29/2024
9.1.0-pre-03 177 11/25/2024
9.1.0-pre-02 126 11/24/2024
9.1.0-pre-01 90 11/23/2024
9.0.1 464 11/20/2024
9.0.0 163 11/18/2024
9.0.0-pre-02 84 11/18/2024
9.0.0-pre-01 147 11/15/2024
8.12.0 437 11/12/2024
8.12.0-pre-15 129 11/11/2024
8.12.0-pre-14 103 11/11/2024
8.12.0-pre-13 126 11/11/2024
8.12.0-pre-12 109 11/10/2024
8.12.0-pre-11 117 11/9/2024
8.12.0-pre-10 192 11/5/2024
8.12.0-pre-09 85 11/5/2024
8.12.0-pre-08 150 11/1/2024
8.12.0-pre-07 210 10/27/2024
8.12.0-pre-06 158 10/24/2024
8.12.0-pre-05 128 10/21/2024
8.12.0-pre-04 118 10/20/2024
8.12.0-pre-03 402 10/6/2024
8.12.0-pre-02 136 10/2/2024
8.12.0-pre-01 109 9/29/2024
8.11.1-pre-04 131 9/27/2024
8.11.1-pre-03 108 9/26/2024
8.11.1-pre-02 256 9/22/2024
8.11.1-pre-01 159 9/19/2024
8.11.0 558 9/16/2024
8.11.0-pre-09 132 9/15/2024
8.11.0-pre-08 134 9/13/2024
8.11.0-pre-07 165 9/10/2024
8.11.0-pre-06 216 9/4/2024
8.11.0-pre-05 135 9/3/2024
8.11.0-pre-04 288 8/22/2024
8.11.0-pre-03 160 8/21/2024
8.11.0-pre-02 138 8/19/2024
8.11.0-pre-01 209 8/16/2024
8.10.0 855 8/8/2024
8.10.0-pre-05 145 8/4/2024
8.10.0-pre-04 92 8/3/2024
8.10.0-pre-03 591 6/26/2024
8.10.0-pre-02 118 6/26/2024
8.10.0-pre-01 121 6/25/2024
8.9.0 791 6/9/2024
8.9.0-pre-04 115 6/9/2024
8.9.0-pre-03 164 6/6/2024
8.9.0-pre-02 203 5/31/2024
8.9.0-pre-01 133 5/28/2024
8.8.2-pre-05 131 5/27/2024
8.8.2-pre-04 115 5/26/2024
8.8.2-pre-03 135 5/23/2024
8.8.2-pre-02 324 5/9/2024
8.8.2-pre-01 188 5/1/2024
8.8.1 462 4/13/2024
8.8.1-pre-02 114 4/12/2024
8.8.1-pre-01 113 4/12/2024
8.8.0 358 4/1/2024
8.8.0-pre-04 142 3/29/2024
8.8.0-pre-03 238 3/16/2024
8.8.0-pre-02 185 3/10/2024
8.8.0-pre-01 247 2/27/2024
8.7.6 518 2/23/2024
8.7.6-pre-08 95 2/23/2024
8.7.6-pre-07 122 2/21/2024
8.7.6-pre-06 112 2/21/2024
8.7.6-pre-05 136 2/18/2024
8.7.6-pre-04 138 2/14/2024
8.7.6-pre-03 109 2/14/2024
8.7.6-pre-02 109 2/14/2024
8.7.6-pre-01 108 2/12/2024
8.7.5 245 2/9/2024
8.7.5-pre-04 130 2/3/2024
8.7.5-pre-03 232 1/29/2024
8.7.5-pre-02 129 1/25/2024
8.7.5-pre-01 107 1/24/2024
8.7.4 247 1/23/2024
8.7.3-pre-02 103 1/22/2024
8.7.3-pre-01 158 1/20/2024
8.7.2 201 1/17/2024
8.7.2-pre-02 114 1/17/2024
8.7.2-pre-01 208 1/11/2024
8.7.1 203 1/9/2024
8.7.0 170 1/8/2024
8.7.0-pre-05 142 1/7/2024
8.7.0-pre-04 157 1/5/2024
8.7.0-pre-03 120 1/4/2024
8.7.0-pre-02 148 12/31/2023
8.7.0-pre-01 116 12/31/2023
8.6.0 181 12/31/2023
8.6.0-pre-03 194 12/25/2023
8.6.0-pre-02 132 12/25/2023
8.6.0-pre-01 170 12/21/2023
8.5.0 173 12/20/2023
8.5.0-pre-02 186 12/16/2023
8.5.0-pre-01 133 12/15/2023
8.4.0 249 12/14/2023
8.4.0-pre-01 126 12/13/2023