BMDRM.LibSql.Core 8.0.26

There is a newer version of this package available.
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
                    
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="BMDRM.LibSql.Core" Version="8.0.26" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BMDRM.LibSql.Core" Version="8.0.26" />
                    
Directory.Packages.props
<PackageReference Include="BMDRM.LibSql.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BMDRM.LibSql.Core --version 8.0.26
                    
#r "nuget: BMDRM.LibSql.Core, 8.0.26"
                    
#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.
#addin nuget:?package=BMDRM.LibSql.Core&version=8.0.26
                    
Install BMDRM.LibSql.Core as a Cake Addin
#tool nuget:?package=BMDRM.LibSql.Core&version=8.0.26
                    
Install BMDRM.LibSql.Core as a Cake Tool

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.

Support

For questions and issues:

  • Create an issue in the GitHub repository
  • Stack Overflow: Tag questions with entity-framework-core and libsql
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 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. 
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
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.30 is deprecated because it is no longer maintained and has critical bugs.
8.0.29 106 1/17/2025 8.0.29 is deprecated because it is no longer maintained and has critical bugs.
8.0.28 108 1/17/2025 8.0.28 is deprecated because it is no longer maintained and has critical bugs.
8.0.27 117 1/16/2025 8.0.27 is deprecated because it is no longer maintained and has critical bugs.
8.0.26 106 1/16/2025 8.0.26 is deprecated because it is no longer maintained and has critical bugs.
8.0.25 110 1/16/2025 8.0.25 is deprecated because it is no longer maintained and has critical bugs.
8.0.24 108 1/16/2025 8.0.24 is deprecated because it is no longer maintained and has critical bugs.
8.0.23 101 1/16/2025 8.0.23 is deprecated because it is no longer maintained and has critical bugs.
8.0.22 104 1/16/2025 8.0.22 is deprecated because it is no longer maintained and has critical bugs.
8.0.21 103 1/16/2025 8.0.21 is deprecated because it is no longer maintained and has critical bugs.
8.0.20 96 1/16/2025 8.0.20 is deprecated because it is no longer maintained and has critical bugs.
8.0.19 108 1/15/2025 8.0.19 is deprecated because it is no longer maintained and has critical bugs.
8.0.18 214 1/15/2025 8.0.18 is deprecated because it is no longer maintained and has critical bugs.
8.0.17 92 1/15/2025 8.0.17 is deprecated because it is no longer maintained and has critical bugs.
8.0.16 88 1/15/2025 8.0.16 is deprecated because it is no longer maintained and has critical bugs.
8.0.15 87 1/15/2025 8.0.15 is deprecated because it is no longer maintained and has critical bugs.
8.0.14 80 1/15/2025 8.0.14 is deprecated because it is no longer maintained and has critical bugs.
8.0.13 81 1/14/2025 8.0.13 is deprecated because it has critical bugs.
8.0.12 77 1/14/2025 8.0.12 is deprecated because it has critical bugs.
8.0.11 98 1/13/2025 8.0.11 is deprecated because it has critical bugs.