Microsoft.Data.Sqlite 8.0.6

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. The EF Core provider for SQLite is built on top of this library. However, it can also be used independently or with other data access libraries.

Installation

The latest stable version is available on NuGet.

dotnet add package Microsoft.Data.Sqlite

Use the --version option to specify a preview version to install.

Basic usage

This library implements the common ADO.NET abstractions for connections, commands, data readers, and so on. For more information, see Microsoft.Data.Sqlite on Microsoft Docs.

using var connection = new SqliteConnection("Data Source=Blogs.db");
connection.Open();

using var command = connection.CreateCommand();
command.CommandText = "SELECT Url FROM Blogs";

using var reader = command.ExecuteReader();
while (reader.Read())
{
    var url = reader.GetString(0);
}

Getting support

If you have a specific question about using these projects, we encourage you to ask it on Stack Overflow. If you encounter a bug or would like to request a feature, submit an issue. For more details, see getting support.

Showing the top 20 packages that depend on Microsoft.Data.Sqlite.

Packages Downloads
FluentMigrator.Runner.SqlServer
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
26
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
25
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
27
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
28
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
25
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
26
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
27
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
29
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
33
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
26
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
28
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
29
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
30
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
31

Version Downloads Last updated
9.0.0-rc.1.24451.1 1 09/19/2024
9.0.0-preview.7.24405.3 7 08/22/2024
9.0.0-preview.6.24327.4 26 07/19/2024
9.0.0-preview.5.24306.3 16 07/19/2024
9.0.0-preview.4.24267.1 19 07/19/2024
9.0.0-preview.3.24172.4 18 07/19/2024
9.0.0-preview.2.24128.4 15 07/19/2024
9.0.0-preview.1.24081.2 31 07/19/2024
8.0.8 2 08/22/2024
8.0.7 25 07/19/2024
8.0.6 23 07/19/2024
8.0.5 28 07/19/2024
8.0.4 22 07/19/2024
8.0.3 20 07/19/2024
8.0.2 20 07/19/2024
8.0.1 22 07/19/2024
8.0.0 25 07/19/2024
8.0.0-rc.2.23480.1 18 07/19/2024
8.0.0-rc.1.23419.6 15 07/19/2024
8.0.0-preview.7.23375.4 17 07/19/2024
8.0.0-preview.6.23329.4 24 07/19/2024
8.0.0-preview.5.23280.1 16 07/19/2024
8.0.0-preview.4.23259.3 25 07/19/2024
8.0.0-preview.3.23174.2 18 07/19/2024
8.0.0-preview.2.23128.3 20 07/19/2024
8.0.0-preview.1.23111.4 15 07/19/2024
7.0.20 21 07/19/2024
7.0.19 23 07/19/2024
7.0.18 21 07/19/2024
7.0.17 19 07/19/2024
7.0.16 14 07/19/2024
7.0.15 22 07/19/2024
7.0.14 17 07/19/2024
7.0.13 21 07/19/2024
7.0.12 27 07/19/2024
7.0.11 14 07/19/2024
7.0.10 24 07/19/2024
7.0.9 21 07/19/2024
7.0.8 28 07/19/2024
7.0.7 19 07/19/2024
7.0.5 29 07/19/2024
7.0.4 13 07/19/2024
7.0.3 18 07/19/2024
7.0.2 24 07/19/2024
7.0.1 15 07/19/2024
7.0.0 21 07/19/2024
7.0.0-rc.2.22472.11 18 07/19/2024
7.0.0-rc.1.22426.7 23 07/19/2024
7.0.0-preview.7.22376.2 14 07/19/2024
7.0.0-preview.6.22329.4 15 07/19/2024
7.0.0-preview.5.22302.2 23 07/19/2024
7.0.0-preview.4.22229.2 22 07/19/2024
7.0.0-preview.3.22175.1 23 07/19/2024
7.0.0-preview.2.22153.1 19 07/19/2024
7.0.0-preview.1.22076.6 14 07/19/2024
6.0.33 1 08/22/2024
6.0.32 24 07/19/2024
6.0.31 17 07/19/2024
6.0.30 20 07/19/2024
6.0.29 21 07/19/2024
6.0.28 19 07/19/2024
6.0.27 23 07/19/2024
6.0.26 25 07/19/2024
6.0.25 29 07/19/2024
6.0.24 18 07/19/2024
6.0.23 13 07/19/2024
6.0.22 19 07/19/2024
6.0.21 18 07/19/2024
6.0.20 20 07/19/2024
6.0.19 22 07/19/2024
6.0.18 23 07/19/2024
6.0.16 31 07/19/2024
6.0.15 18 07/19/2024
6.0.14 23 07/19/2024
6.0.13 29 07/19/2024
6.0.12 22 07/19/2024
6.0.11 26 07/19/2024
6.0.10 22 07/19/2024
6.0.9 29 07/19/2024
6.0.8 23 07/19/2024
6.0.7 18 07/19/2024
6.0.6 16 07/19/2024
6.0.5 21 07/19/2024
6.0.4 20 07/19/2024
6.0.3 18 07/19/2024
6.0.2 23 07/19/2024
6.0.1 16 07/19/2024
6.0.0 22 07/19/2024
6.0.0-rc.2.21480.5 16 07/19/2024
6.0.0-rc.1.21452.10 17 07/19/2024
6.0.0-preview.7.21378.4 20 07/19/2024
6.0.0-preview.6.21352.1 23 07/19/2024
6.0.0-preview.5.21301.9 26 07/19/2024
6.0.0-preview.4.21253.1 18 07/17/2024
6.0.0-preview.3.21201.2 19 07/19/2024
6.0.0-preview.2.21154.2 18 07/19/2024
6.0.0-preview.1.21102.2 26 07/19/2024
5.0.17 23 07/19/2024
5.0.16 19 07/19/2024
5.0.15 16 07/19/2024
5.0.14 16 07/19/2024
5.0.13 21 07/19/2024
5.0.12 24 07/19/2024
5.0.11 25 07/19/2024
5.0.10 22 07/19/2024
5.0.9 19 07/19/2024
5.0.8 28 07/19/2024
5.0.7 21 07/19/2024
5.0.6 21 07/19/2024
5.0.5 17 07/19/2024
5.0.4 19 07/19/2024
5.0.3 17 07/19/2024
5.0.2 21 07/19/2024
5.0.1 19 07/19/2024
5.0.0 15 07/19/2024
5.0.0-rc.2.20475.6 17 07/19/2024
5.0.0-rc.1.20451.13 27 07/19/2024
5.0.0-preview.8.20407.4 17 07/19/2024
5.0.0-preview.7.20365.15 21 07/19/2024
5.0.0-preview.6.20312.4 18 07/19/2024
5.0.0-preview.5.20278.2 28 07/19/2024
5.0.0-preview.4.20220.10 17 07/19/2024
5.0.0-preview.3.20181.2 16 07/19/2024
5.0.0-preview.2.20159.4 18 07/19/2024
5.0.0-preview.2.20120.8 22 07/19/2024
3.1.32 23 07/19/2024
3.1.31 18 07/19/2024
3.1.30 22 07/19/2024
3.1.29 18 07/19/2024
3.1.28 19 07/19/2024
3.1.27 18 07/19/2024
3.1.26 22 07/19/2024
3.1.25 18 07/19/2024
3.1.24 20 07/19/2024
3.1.23 20 07/19/2024
3.1.22 26 07/19/2024
3.1.21 22 07/19/2024
3.1.20 20 07/19/2024
3.1.19 17 07/19/2024
3.1.18 21 07/19/2024
3.1.17 21 07/19/2024
3.1.16 22 07/19/2024
3.1.15 21 07/19/2024
3.1.14 17 07/19/2024
3.1.13 22 07/19/2024
3.1.12 18 07/19/2024
3.1.11 14 07/19/2024
3.1.10 20 07/19/2024
3.1.9 25 07/19/2024
3.1.8 23 07/19/2024
3.1.7 26 07/19/2024
3.1.6 25 07/19/2024
3.1.5 23 07/19/2024
3.1.4 12 07/19/2024
3.1.3 21 07/19/2024
3.1.2 14 07/19/2024
3.1.1 21 07/19/2024
3.1.0 20 07/19/2024
3.1.0-preview3.19554.8 20 07/19/2024
3.1.0-preview2.19525.5 24 07/19/2024
3.1.0-preview1.19506.2 16 07/19/2024
3.0.3 14 07/19/2024
3.0.2 26 07/19/2024
3.0.1 16 07/19/2024
3.0.0 20 07/19/2024
3.0.0-rc1.19456.14 21 07/19/2024
3.0.0-preview9.19423.6 20 07/19/2024
3.0.0-preview8.19405.11 20 07/19/2024
3.0.0-preview7.19362.6 30 07/19/2024
3.0.0-preview6.19304.10 20 07/19/2024
3.0.0-preview5.19227.1 20 07/19/2024
3.0.0-preview4.19216.3 17 07/19/2024
3.0.0-preview3.19153.1 32 07/19/2024
3.0.0-preview.19074.3 4 07/19/2024
3.0.0-preview.18572.1 23 07/19/2024
2.2.6 19 07/19/2024
2.2.4 21 07/19/2024
2.2.3 23 07/19/2024
2.2.2 20 07/19/2024
2.2.1 15 07/19/2024
2.2.0 21 07/19/2024
2.2.0-preview3-35497 25 07/19/2024
2.2.0-preview2-35157 24 07/19/2024
2.2.0-preview1-35029 13 07/19/2024
2.1.14 17 07/19/2024
2.1.11 15 07/19/2024
2.1.8 25 07/19/2024
2.1.0 17 07/19/2024
2.1.0-rc1-final 25 07/19/2024
2.1.0-preview2-final 18 07/19/2024
2.1.0-preview1-final 18 07/19/2024
2.0.1 23 07/19/2024
2.0.0 28 07/19/2024
2.0.0-preview2-final 27 07/19/2024
2.0.0-preview1-final 16 07/19/2024
1.1.1 19 07/19/2024
1.1.0 22 07/19/2024
1.1.0-preview1-final 19 07/19/2024
1.0.1 25 07/19/2024
1.0.0 21 07/19/2024
1.0.0-rc2-final 17 07/19/2024
1.0.0-rc1-final 30 07/19/2024
1.0.0-beta8 26 07/19/2024
1.0.0-beta7 17 07/19/2024
1.0.0-beta6 15 07/19/2024
1.0.0-beta1 26 07/19/2024