BMDRM.LibSql.Core
8.0.21
See the version list below for details.
dotnet add package BMDRM.LibSql.Core --version 8.0.21
NuGet\Install-Package BMDRM.LibSql.Core -Version 8.0.21
<PackageReference Include="BMDRM.LibSql.Core" Version="8.0.21" />
<PackageVersion Include="BMDRM.LibSql.Core" Version="8.0.21" />
<PackageReference Include="BMDRM.LibSql.Core" />
paket add BMDRM.LibSql.Core --version 8.0.21
#r "nuget: BMDRM.LibSql.Core, 8.0.21"
#:package BMDRM.LibSql.Core@8.0.21
#addin nuget:?package=BMDRM.LibSql.Core&version=8.0.21
#tool nuget:?package=BMDRM.LibSql.Core&version=8.0.21
EFCore.LibSQL.Core
Overview
EFCore.LibSQL.Core is a database provider for Entity Framework Core that enables integration with LibSQL databases. This package serves as a bridge between Entity Framework Core's powerful ORM capabilities and LibSQL database systems.
Features
- Full Entity Framework Core support for LibSQL databases
- Seamless integration with existing EF Core applications
- Support for LibSQL-specific features and optimizations
- Built on top of EF Core Relational and SQLite Core foundations
Installation
To use this provider, add the NuGet package to your project:
dotnet add package Microsoft.EntityFrameworkCore.LibSql.Core
Usage
Configure your DbContext to use LibSQL:
public class YourDbContext : DbContext
{
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseLibSql("your_connection_string_here");
}
}
Or in your startup configuration:
services.AddDbContext<YourDbContext>(options =>
options.UseLibSql(Configuration.GetConnectionString("DefaultConnection")));
Dependencies
- Microsoft.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.Relational
- Microsoft.EntityFrameworkCore.Sqlite.Core
- Microsoft.Extensions.Configuration.Json
- Microsoft.Extensions.DependencyModel
- Microsoft.Extensions.Http
Project Structure
/Builder: Contains database builder configurations/Connection: Handles database connection management/DependencyInjection: DI container configurations/Infrastructure: Core infrastructure components/Storage: Database storage implementations/Extensions: LibSQL-specific extension methods
Contributing
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Projects
Support
For questions and issues:
- Create an issue in the GitHub repository
- Stack Overflow: Tag questions with
entity-framework-coreandlibsql
| Product | Versions 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 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Data.Sqlite.Core (>= 8.0.11)
- Microsoft.EntityFrameworkCore (>= 8.0.11)
- Microsoft.EntityFrameworkCore.Design (>= 8.0.11)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.11)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.Extensions.Http (>= 8.0.0)
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 | |
|---|---|---|---|
| 9.0.10 | 2,789 | 6/24/2025 | |
| 9.0.9 | 214 | 6/24/2025 | |
| 9.0.8 | 220 | 6/24/2025 | |
| 9.0.7 | 217 | 6/24/2025 | |
| 9.0.6 | 211 | 6/24/2025 | |
| 9.0.1 | 219 | 6/24/2025 | |
| 9.0.0 | 224 | 6/24/2025 | |
| 8.0.35 | 1,068 | 5/24/2025 | |
| 8.0.34 | 249 | 2/15/2025 | |
| 8.0.33 | 195 | 2/14/2025 | |
| 8.0.32 | 219 | 1/30/2025 | |
| 8.0.31 | 182 | 1/30/2025 | |
| 8.0.30 | 220 | 1/24/2025 | |
| 8.0.29 | 206 | 1/17/2025 | |
| 8.0.28 | 206 | 1/17/2025 | |
| 8.0.27 | 233 | 1/16/2025 | |
| 8.0.26 | 205 | 1/16/2025 | |
| 8.0.25 | 201 | 1/16/2025 | |
| 8.0.24 | 202 | 1/16/2025 | |
| 8.0.21 | 196 | 1/16/2025 |