Microsoft.Data.Sqlite 10.0.4

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.
129
FluentMigrator.Runner.Core
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.
127
FluentMigrator.Runner.SQLite
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.
122
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.
143
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.
124
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
118
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
121
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.
119
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.
120
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.
122
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.
124
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.
126
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.
130
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/1016eae4004686f7fdad13f5c329f63bbae1f3a1
121
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
118
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
122
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
130
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
139

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.2.26159.112 6 03/11/2026
11.0.0-preview.1.26104.118 12 02/10/2026
10.0.5 3 03/16/2026
10.0.4 5 03/12/2026
10.0.3 14 02/10/2026
10.0.2 15 01/15/2026
10.0.1 22 12/10/2025
10.0.0 45 11/13/2025
10.0.0-rc.2.25502.107 84 10/15/2025
10.0.0-rc.1.25451.107 59 09/09/2025
10.0.0-preview.7.25380.108 66 08/13/2025
10.0.0-preview.6.25358.103 86 07/16/2025
10.0.0-preview.5.25277.114 104 06/07/2025
10.0.0-preview.4.25258.110 89 05/14/2025
10.0.0-preview.3.25171.6 93 04/12/2025
10.0.0-preview.2.25163.8 77 04/01/2025
10.0.0-preview.1.25081.1 105 04/01/2025
9.0.14 5 03/12/2026
9.0.13 9 02/11/2026
9.0.12 14 01/14/2026
9.0.11 45 11/12/2025
9.0.10 64 10/15/2025
9.0.9 77 09/09/2025
9.0.8 86 08/05/2025
9.0.7 94 07/09/2025
9.0.6 94 06/12/2025
9.0.5 82 05/14/2025
9.0.4 100 04/10/2025
9.0.3 113 04/01/2025
9.0.2 85 04/01/2025
9.0.1 85 04/01/2025
9.0.0 90 11/14/2024
9.0.0-rc.2.24474.1 93 10/08/2024
9.0.0-rc.1.24451.1 99 09/19/2024
9.0.0-preview.7.24405.3 93 08/22/2024
9.0.0-preview.6.24327.4 121 07/19/2024
9.0.0-preview.5.24306.3 98 07/19/2024
9.0.0-preview.4.24267.1 107 07/19/2024
9.0.0-preview.3.24172.4 102 07/19/2024
9.0.0-preview.2.24128.4 124 07/19/2024
9.0.0-preview.1.24081.2 112 07/19/2024
8.0.25 3 03/12/2026
8.0.24 9 02/11/2026
8.0.23 18 01/14/2026
8.0.22 43 11/12/2025
8.0.21 50 10/15/2025
8.0.20 68 09/09/2025
8.0.19 76 08/05/2025
8.0.18 94 07/09/2025
8.0.17 76 06/12/2025
8.0.16 77 05/14/2025
8.0.15 87 04/10/2025
8.0.14 92 04/01/2025
8.0.13 86 04/01/2025
8.0.12 92 04/01/2025
8.0.11 82 11/14/2024
8.0.10 95 10/17/2024
8.0.8 89 08/22/2024
8.0.7 106 07/19/2024
8.0.6 109 07/19/2024
8.0.5 130 07/19/2024
8.0.4 112 07/19/2024
8.0.3 97 07/19/2024
8.0.2 113 07/19/2024
8.0.1 116 07/19/2024
8.0.0 119 07/19/2024
8.0.0-rc.2.23480.1 106 07/19/2024
8.0.0-rc.1.23419.6 113 07/19/2024
8.0.0-preview.7.23375.4 95 07/19/2024
8.0.0-preview.6.23329.4 117 07/19/2024
8.0.0-preview.5.23280.1 126 07/19/2024
8.0.0-preview.4.23259.3 125 07/19/2024
8.0.0-preview.3.23174.2 113 07/19/2024
8.0.0-preview.2.23128.3 111 07/19/2024
8.0.0-preview.1.23111.4 93 07/19/2024
7.0.20 118 07/19/2024
7.0.19 103 07/19/2024
7.0.18 121 07/19/2024
7.0.17 119 07/19/2024
7.0.16 106 07/19/2024
7.0.15 118 07/19/2024
7.0.14 122 07/19/2024
7.0.13 112 07/19/2024
7.0.12 136 07/19/2024
7.0.11 108 07/19/2024
7.0.10 128 07/19/2024
7.0.9 109 07/19/2024
7.0.8 118 07/19/2024
7.0.7 107 07/19/2024
7.0.5 125 07/19/2024
7.0.4 101 07/19/2024
7.0.3 108 07/19/2024
7.0.2 104 07/19/2024
7.0.1 122 07/19/2024
7.0.0 105 07/19/2024
7.0.0-rc.2.22472.11 119 07/19/2024
7.0.0-rc.1.22426.7 111 07/19/2024
7.0.0-preview.7.22376.2 107 07/19/2024
7.0.0-preview.6.22329.4 128 07/19/2024
7.0.0-preview.5.22302.2 125 07/19/2024
7.0.0-preview.4.22229.2 123 07/19/2024
7.0.0-preview.3.22175.1 103 07/19/2024
7.0.0-preview.2.22153.1 117 07/19/2024
7.0.0-preview.1.22076.6 129 07/19/2024
6.0.36 89 11/14/2024
6.0.35 102 10/17/2024
6.0.33 109 08/22/2024
6.0.32 122 07/19/2024
6.0.31 127 07/19/2024
6.0.30 105 07/19/2024
6.0.29 99 07/19/2024
6.0.28 108 07/19/2024
6.0.27 120 07/19/2024
6.0.26 107 07/19/2024
6.0.25 125 07/19/2024
6.0.24 112 07/19/2024
6.0.23 108 07/19/2024
6.0.22 130 07/19/2024
6.0.21 150 07/19/2024
6.0.20 117 07/19/2024
6.0.19 133 07/19/2024
6.0.18 115 07/19/2024
6.0.16 122 07/19/2024
6.0.15 109 07/19/2024
6.0.14 109 07/19/2024
6.0.13 116 07/19/2024
6.0.12 137 07/19/2024
6.0.11 117 07/19/2024
6.0.10 113 07/19/2024
6.0.9 126 07/19/2024
6.0.8 112 07/19/2024
6.0.7 110 07/19/2024
6.0.6 118 07/19/2024
6.0.5 121 07/19/2024
6.0.4 111 07/19/2024
6.0.3 96 07/19/2024
6.0.2 119 07/19/2024
6.0.1 113 07/19/2024
6.0.0 138 07/19/2024
6.0.0-rc.2.21480.5 105 07/19/2024
6.0.0-rc.1.21452.10 98 07/19/2024
6.0.0-preview.7.21378.4 115 07/19/2024
6.0.0-preview.6.21352.1 93 07/19/2024
6.0.0-preview.5.21301.9 118 07/19/2024
6.0.0-preview.4.21253.1 110 07/17/2024
6.0.0-preview.3.21201.2 124 07/19/2024
6.0.0-preview.2.21154.2 110 07/19/2024
6.0.0-preview.1.21102.2 121 07/19/2024
5.0.17 123 07/19/2024
5.0.16 118 07/19/2024
5.0.15 121 07/19/2024
5.0.14 112 07/19/2024
5.0.13 106 07/19/2024
5.0.12 127 07/19/2024
5.0.11 113 07/19/2024
5.0.10 108 07/19/2024
5.0.9 143 07/19/2024
5.0.8 123 07/19/2024
5.0.7 135 07/19/2024
5.0.6 106 07/19/2024
5.0.5 106 07/19/2024
5.0.4 104 07/19/2024
5.0.3 119 07/19/2024
5.0.2 125 07/19/2024
5.0.1 122 07/19/2024
5.0.0 124 07/19/2024
5.0.0-rc.2.20475.6 112 07/19/2024
5.0.0-rc.1.20451.13 120 07/19/2024
5.0.0-preview.8.20407.4 101 07/19/2024
5.0.0-preview.7.20365.15 113 07/19/2024
5.0.0-preview.6.20312.4 112 07/19/2024
5.0.0-preview.5.20278.2 119 07/19/2024
5.0.0-preview.4.20220.10 115 07/19/2024
5.0.0-preview.3.20181.2 107 07/19/2024
5.0.0-preview.2.20159.4 101 07/19/2024
5.0.0-preview.2.20120.8 105 07/19/2024
3.1.32 105 07/19/2024
3.1.31 112 07/19/2024
3.1.30 118 07/19/2024
3.1.29 118 07/19/2024
3.1.28 109 07/19/2024
3.1.27 116 07/19/2024
3.1.26 112 07/19/2024
3.1.25 114 07/19/2024
3.1.24 115 07/19/2024
3.1.23 108 07/19/2024
3.1.22 130 07/19/2024
3.1.21 129 07/19/2024
3.1.20 121 07/19/2024
3.1.19 116 07/19/2024
3.1.18 104 07/19/2024
3.1.17 102 07/19/2024
3.1.16 137 07/19/2024
3.1.15 110 07/19/2024
3.1.14 112 07/19/2024
3.1.13 111 07/19/2024
3.1.12 110 07/19/2024
3.1.11 106 07/19/2024
3.1.10 107 07/19/2024
3.1.9 131 07/19/2024
3.1.8 124 07/19/2024
3.1.7 128 07/19/2024
3.1.6 119 07/19/2024
3.1.5 118 07/19/2024
3.1.4 104 07/19/2024
3.1.3 118 07/19/2024
3.1.2 128 07/19/2024
3.1.1 106 07/19/2024
3.1.0 116 07/19/2024
3.1.0-preview3.19554.8 109 07/19/2024
3.1.0-preview2.19525.5 112 07/19/2024
3.1.0-preview1.19506.2 106 07/19/2024
3.0.3 101 07/19/2024
3.0.2 121 07/19/2024
3.0.1 110 07/19/2024
3.0.0 102 07/19/2024
3.0.0-rc1.19456.14 129 07/19/2024
3.0.0-preview9.19423.6 132 07/19/2024
3.0.0-preview8.19405.11 118 07/19/2024
3.0.0-preview7.19362.6 135 07/19/2024
3.0.0-preview6.19304.10 105 07/19/2024
3.0.0-preview5.19227.1 121 07/19/2024
3.0.0-preview4.19216.3 106 07/19/2024
3.0.0-preview3.19153.1 119 07/19/2024
3.0.0-preview.19074.3 100 07/19/2024
3.0.0-preview.18572.1 140 07/19/2024
2.3.0 101 04/01/2025
2.2.6 105 07/19/2024
2.2.4 105 07/19/2024
2.2.3 122 07/19/2024
2.2.2 102 07/19/2024
2.2.1 94 07/19/2024
2.2.0 108 07/19/2024
2.2.0-preview3-35497 110 07/19/2024
2.2.0-preview2-35157 142 07/19/2024
2.2.0-preview1-35029 102 07/19/2024
2.1.14 120 07/19/2024
2.1.11 136 07/19/2024
2.1.8 112 07/19/2024
2.1.0 108 07/19/2024
2.1.0-rc1-final 114 07/19/2024
2.1.0-preview2-final 116 07/19/2024
2.1.0-preview1-final 103 07/19/2024
2.0.1 123 07/19/2024
2.0.0 149 07/19/2024
2.0.0-preview2-final 112 07/19/2024
2.0.0-preview1-final 119 07/19/2024
1.1.1 115 07/19/2024
1.1.0 103 07/19/2024
1.1.0-preview1-final 110 07/19/2024
1.0.1 128 07/19/2024
1.0.0 130 07/19/2024
1.0.0-rc2-final 121 07/19/2024
1.0.0-rc1-final 133 07/19/2024
1.0.0-beta8 121 07/19/2024
1.0.0-beta7 96 07/19/2024
1.0.0-beta6 107 07/19/2024
1.0.0-beta1 130 07/19/2024