Microsoft.Data.Sqlite 10.0.0-preview.4.25258.110

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
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
48
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
49
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
50
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.
46
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.
47
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.
48
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.
52
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.
53
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
47
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
48
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
49
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
50
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
51
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
53
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
54

.NET Standard 2.0

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