BMDRM.LibSql.Core
8.0.26
See the version list below for details.
dotnet add package BMDRM.LibSql.Core --version 8.0.26
NuGet\Install-Package BMDRM.LibSql.Core -Version 8.0.26
<PackageReference Include="BMDRM.LibSql.Core" Version="8.0.26" />
<PackageVersion Include="BMDRM.LibSql.Core" Version="8.0.26" />
<PackageReference Include="BMDRM.LibSql.Core" />
paket add BMDRM.LibSql.Core --version 8.0.26
#r "nuget: BMDRM.LibSql.Core, 8.0.26"
#addin nuget:?package=BMDRM.LibSql.Core&version=8.0.26
#tool nuget:?package=BMDRM.LibSql.Core&version=8.0.26
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-core
andlibsql
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 | |
---|---|---|---|
8.0.35 | 98 | 5/24/2025 | |
8.0.34 | 132 | 2/15/2025 | |
8.0.33 | 107 | 2/14/2025 | |
8.0.32 | 105 | 1/30/2025 | |
8.0.31 | 92 | 1/30/2025 | |
8.0.30 | 122 | 1/24/2025 | |
8.0.29 | 106 | 1/17/2025 | |
8.0.28 | 108 | 1/17/2025 | |
8.0.27 | 117 | 1/16/2025 | |
8.0.26 | 106 | 1/16/2025 | |
8.0.25 | 110 | 1/16/2025 | |
8.0.24 | 108 | 1/16/2025 | |
8.0.23 | 101 | 1/16/2025 | |
8.0.22 | 104 | 1/16/2025 | |
8.0.21 | 103 | 1/16/2025 | |
8.0.20 | 96 | 1/16/2025 | |
8.0.19 | 108 | 1/15/2025 | |
8.0.18 | 214 | 1/15/2025 | |
8.0.17 | 92 | 1/15/2025 | |
8.0.16 | 88 | 1/15/2025 | |
8.0.15 | 87 | 1/15/2025 | |
8.0.14 | 80 | 1/15/2025 | |
8.0.13 | 81 | 1/14/2025 | |
8.0.12 | 77 | 1/14/2025 | |
8.0.11 | 98 | 1/13/2025 |