Microsoft.Data.Sqlite 8.0.22

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
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.
86
FluentMigrator.Runner.SqlServerCe
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.
94
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
85
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
88
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
90
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.
85
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.
87
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.
89
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.
91
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.
93
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.
95
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
85
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
86
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
87
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
89
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
94
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
98

.NET Standard 2.0

Version Downloads Last updated
10.0.0 7 11/13/2025
10.0.0-rc.2.25502.107 26 10/15/2025
10.0.0-rc.1.25451.107 32 09/09/2025
10.0.0-preview.7.25380.108 28 08/13/2025
10.0.0-preview.6.25358.103 36 07/16/2025
10.0.0-preview.5.25277.114 44 06/07/2025
10.0.0-preview.4.25258.110 53 05/14/2025
10.0.0-preview.3.25171.6 54 04/12/2025
10.0.0-preview.2.25163.8 45 04/01/2025
10.0.0-preview.1.25081.1 55 04/01/2025
9.0.11 5 11/12/2025
9.0.10 23 10/15/2025
9.0.9 25 09/09/2025
9.0.8 39 08/05/2025
9.0.7 49 07/09/2025
9.0.6 45 06/12/2025
9.0.5 44 05/14/2025
9.0.4 55 04/10/2025
9.0.3 59 04/01/2025
9.0.2 54 04/01/2025
9.0.1 52 04/01/2025
9.0.0 57 11/14/2024
9.0.0-rc.2.24474.1 46 10/08/2024
9.0.0-rc.1.24451.1 54 09/19/2024
9.0.0-preview.7.24405.3 55 08/22/2024
9.0.0-preview.6.24327.4 78 07/19/2024
9.0.0-preview.5.24306.3 54 07/19/2024
9.0.0-preview.4.24267.1 69 07/19/2024
9.0.0-preview.3.24172.4 77 07/19/2024
9.0.0-preview.2.24128.4 78 07/19/2024
9.0.0-preview.1.24081.2 85 07/19/2024
8.0.22 5 11/12/2025
8.0.21 19 10/15/2025
8.0.20 35 09/09/2025
8.0.19 31 08/05/2025
8.0.18 50 07/09/2025
8.0.17 44 06/12/2025
8.0.16 42 05/14/2025
8.0.15 52 04/10/2025
8.0.14 55 04/01/2025
8.0.13 58 04/01/2025
8.0.12 56 04/01/2025
8.0.11 51 11/14/2024
8.0.10 49 10/17/2024
8.0.8 58 08/22/2024
8.0.7 78 07/19/2024
8.0.6 77 07/19/2024
8.0.5 84 07/19/2024
8.0.4 75 07/19/2024
8.0.3 65 07/19/2024
8.0.2 77 07/19/2024
8.0.1 78 07/19/2024
8.0.0 82 07/19/2024
8.0.0-rc.2.23480.1 69 07/19/2024
8.0.0-rc.1.23419.6 68 07/19/2024
8.0.0-preview.7.23375.4 68 07/19/2024
8.0.0-preview.6.23329.4 76 07/19/2024
8.0.0-preview.5.23280.1 70 07/19/2024
8.0.0-preview.4.23259.3 81 07/19/2024
8.0.0-preview.3.23174.2 67 07/19/2024
8.0.0-preview.2.23128.3 78 07/19/2024
8.0.0-preview.1.23111.4 67 07/19/2024
7.0.20 80 07/19/2024
7.0.19 76 07/19/2024
7.0.18 73 07/19/2024
7.0.17 70 07/19/2024
7.0.16 66 07/19/2024
7.0.15 78 07/19/2024
7.0.14 74 07/19/2024
7.0.13 80 07/19/2024
7.0.12 81 07/19/2024
7.0.11 66 07/19/2024
7.0.10 82 07/19/2024
7.0.9 67 07/19/2024
7.0.8 81 07/19/2024
7.0.7 69 07/19/2024
7.0.5 87 07/19/2024
7.0.4 61 07/19/2024
7.0.3 66 07/19/2024
7.0.2 68 07/19/2024
7.0.1 73 07/19/2024
7.0.0 75 07/19/2024
7.0.0-rc.2.22472.11 75 07/19/2024
7.0.0-rc.1.22426.7 78 07/19/2024
7.0.0-preview.7.22376.2 70 07/19/2024
7.0.0-preview.6.22329.4 71 07/19/2024
7.0.0-preview.5.22302.2 77 07/19/2024
7.0.0-preview.4.22229.2 75 07/19/2024
7.0.0-preview.3.22175.1 80 07/19/2024
7.0.0-preview.2.22153.1 70 07/19/2024
7.0.0-preview.1.22076.6 72 07/19/2024
6.0.36 60 11/14/2024
6.0.35 52 10/17/2024
6.0.33 58 08/22/2024
6.0.32 76 07/19/2024
6.0.31 74 07/19/2024
6.0.30 76 07/19/2024
6.0.29 67 07/19/2024
6.0.28 75 07/19/2024
6.0.27 79 07/19/2024
6.0.26 81 07/19/2024
6.0.25 87 07/19/2024
6.0.24 80 07/19/2024
6.0.23 68 07/19/2024
6.0.22 78 07/19/2024
6.0.21 86 07/19/2024
6.0.20 75 07/19/2024
6.0.19 85 07/19/2024
6.0.18 76 07/19/2024
6.0.16 88 07/19/2024
6.0.15 74 07/19/2024
6.0.14 75 07/19/2024
6.0.13 80 07/19/2024
6.0.12 78 07/19/2024
6.0.11 80 07/19/2024
6.0.10 82 07/19/2024
6.0.9 73 07/19/2024
6.0.8 82 07/19/2024
6.0.7 78 07/19/2024
6.0.6 67 07/19/2024
6.0.5 70 07/19/2024
6.0.4 71 07/19/2024
6.0.3 69 07/19/2024
6.0.2 72 07/19/2024
6.0.1 72 07/19/2024
6.0.0 80 07/19/2024
6.0.0-rc.2.21480.5 66 07/19/2024
6.0.0-rc.1.21452.10 65 07/19/2024
6.0.0-preview.7.21378.4 79 07/19/2024
6.0.0-preview.6.21352.1 68 07/19/2024
6.0.0-preview.5.21301.9 75 07/19/2024
6.0.0-preview.4.21253.1 79 07/17/2024
6.0.0-preview.3.21201.2 76 07/19/2024
6.0.0-preview.2.21154.2 67 07/19/2024
6.0.0-preview.1.21102.2 85 07/19/2024
5.0.17 82 07/19/2024
5.0.16 78 07/19/2024
5.0.15 71 07/19/2024
5.0.14 77 07/19/2024
5.0.13 74 07/19/2024
5.0.12 97 07/19/2024
5.0.11 82 07/19/2024
5.0.10 78 07/19/2024
5.0.9 75 07/19/2024
5.0.8 87 07/19/2024
5.0.7 78 07/19/2024
5.0.6 74 07/19/2024
5.0.5 82 07/19/2024
5.0.4 73 07/19/2024
5.0.3 62 07/19/2024
5.0.2 69 07/19/2024
5.0.1 76 07/19/2024
5.0.0 81 07/19/2024
5.0.0-rc.2.20475.6 72 07/19/2024
5.0.0-rc.1.20451.13 79 07/19/2024
5.0.0-preview.8.20407.4 73 07/19/2024
5.0.0-preview.7.20365.15 74 07/19/2024
5.0.0-preview.6.20312.4 66 07/19/2024
5.0.0-preview.5.20278.2 84 07/19/2024
5.0.0-preview.4.20220.10 70 07/19/2024
5.0.0-preview.3.20181.2 74 07/19/2024
5.0.0-preview.2.20159.4 65 07/19/2024
5.0.0-preview.2.20120.8 70 07/19/2024
3.1.32 76 07/19/2024
3.1.31 78 07/19/2024
3.1.30 77 07/19/2024
3.1.29 71 07/19/2024
3.1.28 77 07/19/2024
3.1.27 78 07/19/2024
3.1.26 77 07/19/2024
3.1.25 77 07/19/2024
3.1.24 74 07/19/2024
3.1.23 78 07/19/2024
3.1.22 82 07/19/2024
3.1.21 80 07/19/2024
3.1.20 76 07/19/2024
3.1.19 79 07/19/2024
3.1.18 69 07/19/2024
3.1.17 73 07/19/2024
3.1.16 74 07/19/2024
3.1.15 77 07/19/2024
3.1.14 82 07/19/2024
3.1.13 80 07/19/2024
3.1.12 69 07/19/2024
3.1.11 69 07/19/2024
3.1.10 75 07/19/2024
3.1.9 83 07/19/2024
3.1.8 83 07/19/2024
3.1.7 85 07/19/2024
3.1.6 80 07/19/2024
3.1.5 77 07/19/2024
3.1.4 67 07/19/2024
3.1.3 76 07/19/2024
3.1.2 76 07/19/2024
3.1.1 72 07/19/2024
3.1.0 70 07/19/2024
3.1.0-preview3.19554.8 76 07/19/2024
3.1.0-preview2.19525.5 78 07/19/2024
3.1.0-preview1.19506.2 59 07/19/2024
3.0.3 66 07/19/2024
3.0.2 83 07/19/2024
3.0.1 75 07/19/2024
3.0.0 75 07/19/2024
3.0.0-rc1.19456.14 79 07/19/2024
3.0.0-preview9.19423.6 75 07/19/2024
3.0.0-preview8.19405.11 75 07/19/2024
3.0.0-preview7.19362.6 78 07/19/2024
3.0.0-preview6.19304.10 72 07/19/2024
3.0.0-preview5.19227.1 73 07/19/2024
3.0.0-preview4.19216.3 67 07/19/2024
3.0.0-preview3.19153.1 81 07/19/2024
3.0.0-preview.19074.3 63 07/19/2024
3.0.0-preview.18572.1 77 07/19/2024
2.3.0 57 04/01/2025
2.2.6 76 07/19/2024
2.2.4 69 07/19/2024
2.2.3 75 07/19/2024
2.2.2 73 07/19/2024
2.2.1 62 07/19/2024
2.2.0 73 07/19/2024
2.2.0-preview3-35497 78 07/19/2024
2.2.0-preview2-35157 80 07/19/2024
2.2.0-preview1-35029 68 07/19/2024
2.1.14 66 07/19/2024
2.1.11 83 07/19/2024
2.1.8 80 07/19/2024
2.1.0 69 07/19/2024
2.1.0-rc1-final 78 07/19/2024
2.1.0-preview2-final 72 07/19/2024
2.1.0-preview1-final 74 07/19/2024
2.0.1 72 07/19/2024
2.0.0 87 07/19/2024
2.0.0-preview2-final 81 07/19/2024
2.0.0-preview1-final 71 07/19/2024
1.1.1 78 07/19/2024
1.1.0 76 07/19/2024
1.1.0-preview1-final 77 07/19/2024
1.0.1 79 07/19/2024
1.0.0 73 07/19/2024
1.0.0-rc2-final 70 07/19/2024
1.0.0-rc1-final 88 07/19/2024
1.0.0-beta8 81 07/19/2024
1.0.0-beta7 66 07/19/2024
1.0.0-beta6 74 07/19/2024
1.0.0-beta1 79 07/19/2024