Microsoft.Data.Sqlite 11.0.0-preview.4.26230.115

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.
142
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.
149
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.
136
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.
151
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.
137
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
131
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.
132
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.
134
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.
136
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.
138
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/1016eae4004686f7fdad13f5c329f63bbae1f3a1
133
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
131
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
132
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
136
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
141
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
151

.NET Standard 2.0

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