Microsoft.Data.Sqlite 10.0.10

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.
152
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.
157
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.
147
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.
162
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.
148
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
142
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.
142
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.
144
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.
145
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.
147
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.
148
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.
150
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.
152
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.
156
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
144
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
146
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
148
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
158

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.6.26359.118 7 07/15/2026
11.0.0-preview.5.26302.115 18 06/09/2026
11.0.0-preview.4.26230.115 24 05/13/2026
11.0.0-preview.3.26207.106 36 04/14/2026
11.0.0-preview.2.26159.112 35 03/11/2026
11.0.0-preview.1.26104.118 43 02/10/2026
10.0.10 6 07/15/2026
10.0.9 14 06/09/2026
10.0.8 29 05/13/2026
10.0.7 32 04/21/2026
10.0.6 31 04/14/2026
10.0.5 37 03/16/2026
10.0.4 31 03/12/2026
10.0.3 37 02/10/2026
10.0.2 32 01/15/2026
10.0.1 42 12/10/2025
10.0.0 68 11/13/2025
10.0.0-rc.2.25502.107 113 10/15/2025
10.0.0-rc.1.25451.107 88 09/09/2025
10.0.0-preview.7.25380.108 86 08/13/2025
10.0.0-preview.6.25358.103 120 07/16/2025
10.0.0-preview.5.25277.114 126 06/07/2025
10.0.0-preview.4.25258.110 121 05/14/2025
10.0.0-preview.3.25171.6 113 04/12/2025
10.0.0-preview.2.25163.8 103 04/01/2025
10.0.0-preview.1.25081.1 136 04/01/2025
9.0.18 8 07/15/2026
9.0.17 13 06/09/2026
9.0.16 25 05/13/2026
9.0.15 30 04/14/2026
9.0.14 36 03/12/2026
9.0.13 28 02/11/2026
9.0.12 30 01/14/2026
9.0.11 77 11/12/2025
9.0.10 90 10/15/2025
9.0.9 104 09/09/2025
9.0.8 115 08/05/2025
9.0.7 125 07/09/2025
9.0.6 117 06/12/2025
9.0.5 101 05/14/2025
9.0.4 132 04/10/2025
9.0.3 138 04/01/2025
9.0.2 107 04/01/2025
9.0.1 114 04/01/2025
9.0.0 116 11/14/2024
9.0.0-rc.2.24474.1 115 10/08/2024
9.0.0-rc.1.24451.1 111 09/19/2024
9.0.0-preview.7.24405.3 113 08/22/2024
9.0.0-preview.6.24327.4 143 07/19/2024
9.0.0-preview.5.24306.3 117 07/19/2024
9.0.0-preview.4.24267.1 135 07/19/2024
9.0.0-preview.3.24172.4 129 07/19/2024
9.0.0-preview.2.24128.4 155 07/19/2024
9.0.0-preview.1.24081.2 135 07/19/2024
8.0.29 4 07/15/2026
8.0.28 14 06/09/2026
8.0.27 22 05/13/2026
8.0.26 21 04/14/2026
8.0.25 34 03/12/2026
8.0.24 40 02/11/2026
8.0.23 39 01/14/2026
8.0.22 68 11/12/2025
8.0.21 74 10/15/2025
8.0.20 92 09/09/2025
8.0.19 104 08/05/2025
8.0.18 121 07/09/2025
8.0.17 92 06/12/2025
8.0.16 102 05/14/2025
8.0.15 112 04/10/2025
8.0.14 113 04/01/2025
8.0.13 107 04/01/2025
8.0.12 117 04/01/2025
8.0.11 101 11/14/2024
8.0.10 122 10/17/2024
8.0.8 114 08/22/2024
8.0.7 133 07/19/2024
8.0.6 136 07/19/2024
8.0.5 163 07/19/2024
8.0.4 142 07/19/2024
8.0.3 131 07/19/2024
8.0.2 135 07/19/2024
8.0.1 140 07/19/2024
8.0.0 144 07/19/2024
8.0.0-rc.2.23480.1 129 07/19/2024
8.0.0-rc.1.23419.6 143 07/19/2024
8.0.0-preview.7.23375.4 114 07/19/2024
8.0.0-preview.6.23329.4 144 07/19/2024
8.0.0-preview.5.23280.1 151 07/19/2024
8.0.0-preview.4.23259.3 150 07/19/2024
8.0.0-preview.3.23174.2 137 07/19/2024
8.0.0-preview.2.23128.3 137 07/19/2024
8.0.0-preview.1.23111.4 115 07/19/2024
7.0.20 144 07/19/2024
7.0.19 125 07/19/2024
7.0.18 146 07/19/2024
7.0.17 143 07/19/2024
7.0.16 129 07/19/2024
7.0.15 147 07/19/2024
7.0.14 152 07/19/2024
7.0.13 136 07/19/2024
7.0.12 164 07/19/2024
7.0.11 141 07/19/2024
7.0.10 146 07/19/2024
7.0.9 138 07/19/2024
7.0.8 142 07/19/2024
7.0.7 119 07/19/2024
7.0.5 153 07/19/2024
7.0.4 120 07/19/2024
7.0.3 133 07/19/2024
7.0.2 121 07/19/2024
7.0.1 148 07/19/2024
7.0.0 124 07/19/2024
7.0.0-rc.2.22472.11 146 07/19/2024
7.0.0-rc.1.22426.7 129 07/19/2024
7.0.0-preview.7.22376.2 135 07/19/2024
7.0.0-preview.6.22329.4 159 07/19/2024
7.0.0-preview.5.22302.2 150 07/19/2024
7.0.0-preview.4.22229.2 149 07/19/2024
7.0.0-preview.3.22175.1 129 07/19/2024
7.0.0-preview.2.22153.1 141 07/19/2024
7.0.0-preview.1.22076.6 151 07/19/2024
6.0.36 120 11/14/2024
6.0.35 128 10/17/2024
6.0.33 127 08/22/2024
6.0.32 156 07/19/2024
6.0.31 154 07/19/2024
6.0.30 135 07/19/2024
6.0.29 125 07/19/2024
6.0.28 133 07/19/2024
6.0.27 156 07/19/2024
6.0.26 136 07/19/2024
6.0.25 152 07/19/2024
6.0.24 135 07/19/2024
6.0.23 134 07/19/2024
6.0.22 154 07/19/2024
6.0.21 175 07/19/2024
6.0.20 142 07/19/2024
6.0.19 157 07/19/2024
6.0.18 141 07/19/2024
6.0.16 155 07/19/2024
6.0.15 136 07/19/2024
6.0.14 125 07/19/2024
6.0.13 137 07/19/2024
6.0.12 164 07/19/2024
6.0.11 140 07/19/2024
6.0.10 136 07/19/2024
6.0.9 147 07/19/2024
6.0.8 136 07/19/2024
6.0.7 136 07/19/2024
6.0.6 149 07/19/2024
6.0.5 145 07/19/2024
6.0.4 130 07/19/2024
6.0.3 123 07/19/2024
6.0.2 144 07/19/2024
6.0.1 134 07/19/2024
6.0.0 221 07/19/2024
6.0.0-rc.2.21480.5 130 07/19/2024
6.0.0-rc.1.21452.10 123 07/19/2024
6.0.0-preview.7.21378.4 134 07/19/2024
6.0.0-preview.6.21352.1 118 07/19/2024
6.0.0-preview.5.21301.9 137 07/19/2024
6.0.0-preview.4.21253.1 136 07/17/2024
6.0.0-preview.3.21201.2 148 07/19/2024
6.0.0-preview.2.21154.2 132 07/19/2024
6.0.0-preview.1.21102.2 142 07/19/2024
5.0.17 149 07/19/2024
5.0.16 142 07/19/2024
5.0.15 144 07/19/2024
5.0.14 138 07/19/2024
5.0.13 128 07/19/2024
5.0.12 155 07/19/2024
5.0.11 132 07/19/2024
5.0.10 132 07/19/2024
5.0.9 170 07/19/2024
5.0.8 146 07/19/2024
5.0.7 163 07/19/2024
5.0.6 132 07/19/2024
5.0.5 150 07/19/2024
5.0.4 126 07/19/2024
5.0.3 138 07/19/2024
5.0.2 154 07/19/2024
5.0.1 146 07/19/2024
5.0.0 150 07/19/2024
5.0.0-rc.2.20475.6 140 07/19/2024
5.0.0-rc.1.20451.13 143 07/19/2024
5.0.0-preview.8.20407.4 122 07/19/2024
5.0.0-preview.7.20365.15 135 07/19/2024
5.0.0-preview.6.20312.4 139 07/19/2024
5.0.0-preview.5.20278.2 135 07/19/2024
5.0.0-preview.4.20220.10 140 07/19/2024
5.0.0-preview.3.20181.2 130 07/19/2024
5.0.0-preview.2.20159.4 121 07/19/2024
5.0.0-preview.2.20120.8 133 07/19/2024
3.1.32 133 07/19/2024
3.1.31 135 07/19/2024
3.1.30 142 07/19/2024
3.1.29 140 07/19/2024
3.1.28 128 07/19/2024
3.1.27 150 07/19/2024
3.1.26 143 07/19/2024
3.1.25 137 07/19/2024
3.1.24 143 07/19/2024
3.1.23 135 07/19/2024
3.1.22 157 07/19/2024
3.1.21 154 07/19/2024
3.1.20 145 07/19/2024
3.1.19 141 07/19/2024
3.1.18 124 07/19/2024
3.1.17 125 07/19/2024
3.1.16 162 07/19/2024
3.1.15 135 07/19/2024
3.1.14 139 07/19/2024
3.1.13 139 07/19/2024
3.1.12 133 07/19/2024
3.1.11 139 07/19/2024
3.1.10 127 07/19/2024
3.1.9 161 07/19/2024
3.1.8 148 07/19/2024
3.1.7 154 07/19/2024
3.1.6 141 07/19/2024
3.1.5 143 07/19/2024
3.1.4 127 07/19/2024
3.1.3 148 07/19/2024
3.1.2 153 07/19/2024
3.1.1 128 07/19/2024
3.1.0 146 07/19/2024
3.1.0-preview3.19554.8 129 07/19/2024
3.1.0-preview2.19525.5 140 07/19/2024
3.1.0-preview1.19506.2 128 07/19/2024
3.0.3 125 07/19/2024
3.0.2 144 07/19/2024
3.0.1 136 07/19/2024
3.0.0 118 07/19/2024
3.0.0-rc1.19456.14 147 07/19/2024
3.0.0-preview9.19423.6 163 07/19/2024
3.0.0-preview8.19405.11 140 07/19/2024
3.0.0-preview7.19362.6 156 07/19/2024
3.0.0-preview6.19304.10 130 07/19/2024
3.0.0-preview5.19227.1 139 07/19/2024
3.0.0-preview4.19216.3 131 07/19/2024
3.0.0-preview3.19153.1 143 07/19/2024
3.0.0-preview.19074.3 120 07/19/2024
3.0.0-preview.18572.1 165 07/19/2024
2.3.0 125 04/01/2025
2.2.6 127 07/19/2024
2.2.4 131 07/19/2024
2.2.3 147 07/19/2024
2.2.2 125 07/19/2024
2.2.1 109 07/19/2024
2.2.0 129 07/19/2024
2.2.0-preview3-35497 124 07/19/2024
2.2.0-preview2-35157 162 07/19/2024
2.2.0-preview1-35029 132 07/19/2024
2.1.14 142 07/19/2024
2.1.11 160 07/19/2024
2.1.8 137 07/19/2024
2.1.0 132 07/19/2024
2.1.0-rc1-final 137 07/19/2024
2.1.0-preview2-final 141 07/19/2024
2.1.0-preview1-final 131 07/19/2024
2.0.1 145 07/19/2024
2.0.0 170 07/19/2024
2.0.0-preview2-final 133 07/19/2024
2.0.0-preview1-final 139 07/19/2024
1.1.1 142 07/19/2024
1.1.0 129 07/19/2024
1.1.0-preview1-final 134 07/19/2024
1.0.1 153 07/19/2024
1.0.0 158 07/19/2024
1.0.0-rc2-final 151 07/19/2024
1.0.0-rc1-final 158 07/19/2024
1.0.0-beta8 150 07/19/2024
1.0.0-beta7 123 07/19/2024
1.0.0-beta6 136 07/19/2024
1.0.0-beta1 165 07/19/2024