Using bit Besql


How to use the bit Besql?

Script
To get started, simply after installing bit Besql, add the following script tag to your default document:
<script src="_content/Bit.Besql/bit-besql.js"></script>
Services

Register bit Besql services using its specific IServiceCollection extension method as follows:
services.AddBesqlDbContextFactory();
Usage

The usage of bit Besql is the same as the usage of EFCore's Sqlite provider with IDbContextFactory.