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
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
13
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
14
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
15
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
16
Microsoft.EntityFrameworkCore.Sqlite
SQLite data store for Entity Framework.
13

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 0 09.06.2026
11.0.0-preview.4.26230.115 2 18.05.2026
11.0.0-preview.3.26207.106 6 17.04.2026
11.0.0-preview.2.26159.112 6 14.03.2026
11.0.0-preview.1.26104.118 7 13.02.2026
10.0.9 0 09.06.2026
10.0.8 2 18.05.2026
10.0.7 3 26.04.2026
10.0.6 5 17.04.2026
10.0.5 8 14.03.2026
10.0.4 7 14.03.2026
10.0.3 6 13.02.2026
10.0.2 8 22.01.2026
10.0.1 8 18.12.2025
10.0.0 12 18.12.2025
10.0.0-rc.2.25502.107 9 25.10.2025
10.0.0-rc.1.25451.107 10 16.09.2025
10.0.0-preview.7.25380.108 7 19.12.2025
10.0.0-preview.6.25358.103 7 06.08.2025
10.0.0-preview.5.25277.114 10 08.06.2025
10.0.0-preview.4.25258.110 12 25.05.2025
10.0.0-preview.3.25171.6 13 25.05.2025
10.0.0-preview.2.25163.8 15 23.03.2025
10.0.0-preview.1.25081.1 13 14.03.2025
9.0.17 0 09.06.2026
9.0.16 2 18.05.2026
9.0.15 5 17.04.2026
9.0.14 7 14.03.2026
9.0.13 6 13.02.2026
9.0.12 6 22.01.2026
9.0.11 7 18.12.2025
9.0.10 9 25.10.2025
9.0.9 10 16.09.2025
9.0.8 11 16.09.2025
9.0.7 12 04.08.2025
9.0.6 12 18.06.2025
9.0.5 15 25.05.2025
9.0.4 20 26.05.2025
9.0.3 18 14.03.2025
9.0.2 15 14.03.2025
9.0.1 16 14.03.2025
9.0.0 16 14.03.2025
9.0.0-rc.2.24474.1 15 14.03.2025
9.0.0-rc.1.24451.1 12 14.03.2025
9.0.0-preview.7.24405.3 12 14.03.2025
9.0.0-preview.6.24327.4 13 14.03.2025
9.0.0-preview.5.24306.3 15 14.03.2025
9.0.0-preview.4.24267.1 13 14.03.2025
9.0.0-preview.3.24172.4 13 14.03.2025
9.0.0-preview.2.24128.4 13 14.03.2025
9.0.0-preview.1.24081.2 13 14.03.2025
8.0.28 0 09.06.2026
8.0.27 2 18.05.2026
8.0.26 5 17.04.2026
8.0.25 7 14.03.2026
8.0.24 5 13.02.2026
8.0.23 6 22.01.2026
8.0.22 7 18.12.2025
8.0.21 11 25.10.2025
8.0.20 11 16.09.2025
8.0.19 13 16.09.2025
8.0.18 12 05.08.2025
8.0.17 12 18.06.2025
8.0.16 16 26.05.2025
8.0.15 15 26.05.2025
8.0.14 16 14.03.2025
8.0.13 16 14.03.2025
8.0.12 16 14.03.2025
8.0.11 16 14.03.2025
8.0.10 16 14.03.2025
8.0.8 16 14.03.2025
8.0.7 17 14.03.2025
8.0.6 16 14.03.2025
8.0.5 14 14.03.2025
8.0.4 17 14.03.2025
8.0.3 14 14.03.2025
8.0.2 16 14.03.2025
8.0.1 16 14.03.2025
8.0.0 16 14.03.2025
8.0.0-rc.2.23480.1 12 14.03.2025
8.0.0-rc.1.23419.6 13 14.03.2025
8.0.0-preview.7.23375.4 13 14.03.2025
8.0.0-preview.6.23329.4 14 14.03.2025
8.0.0-preview.5.23280.1 13 14.03.2025
8.0.0-preview.4.23259.3 12 14.03.2025
8.0.0-preview.3.23174.2 13 14.03.2025
8.0.0-preview.2.23128.3 13 14.03.2025
8.0.0-preview.1.23111.4 12 14.03.2025
7.0.20 16 14.03.2025
7.0.19 14 14.03.2025
7.0.18 16 14.03.2025
7.0.17 15 14.03.2025
7.0.16 17 14.03.2025
7.0.15 16 14.03.2025
7.0.14 17 14.03.2025
7.0.13 16 14.03.2025
7.0.12 16 14.03.2025
7.0.11 17 14.03.2025
7.0.10 16 14.03.2025
7.0.9 17 14.03.2025
7.0.8 19 14.03.2025
7.0.7 15 14.03.2025
7.0.5 22 14.03.2025
7.0.4 18 14.03.2025
7.0.3 16 14.03.2025
7.0.2 16 14.03.2025
7.0.1 14 14.03.2025
7.0.0 15 14.03.2025
7.0.0-rc.2.22472.11 14 14.03.2025
7.0.0-rc.1.22426.7 12 14.03.2025
7.0.0-preview.7.22376.2 13 14.03.2025
7.0.0-preview.6.22329.4 12 14.03.2025
7.0.0-preview.5.22302.2 17 14.03.2025
7.0.0-preview.4.22229.2 14 14.03.2025
7.0.0-preview.3.22175.1 13 14.03.2025
7.0.0-preview.2.22153.1 13 14.03.2025
7.0.0-preview.1.22076.6 13 14.03.2025
6.0.36 17 14.03.2025
6.0.35 15 14.03.2025
6.0.33 15 14.03.2025
6.0.32 16 14.03.2025
6.0.31 19 14.03.2025
6.0.30 16 14.03.2025
6.0.29 16 14.03.2025
6.0.28 17 14.03.2025
6.0.27 17 14.03.2025
6.0.26 17 14.03.2025
6.0.25 15 14.03.2025
6.0.24 16 14.03.2025
6.0.23 18 14.03.2025
6.0.22 16 14.03.2025
6.0.21 19 14.03.2025
6.0.20 16 14.03.2025
6.0.19 17 14.03.2025
6.0.18 17 14.03.2025
6.0.16 16 14.03.2025
6.0.15 19 14.03.2025
6.0.14 16 14.03.2025
6.0.13 16 14.03.2025
6.0.12 16 14.03.2025
6.0.11 16 14.03.2025
6.0.10 16 14.03.2025
6.0.9 16 14.03.2025
6.0.8 16 14.03.2025
6.0.7 16 14.03.2025
6.0.6 16 14.03.2025
6.0.5 16 14.03.2025
6.0.4 16 14.03.2025
6.0.3 17 14.03.2025
6.0.2 16 14.03.2025
6.0.1 16 14.03.2025
6.0.0 17 14.03.2025
6.0.0-rc.2.21480.5 13 14.03.2025
6.0.0-rc.1.21452.10 14 14.03.2025
6.0.0-preview.7.21378.4 13 14.03.2025
6.0.0-preview.6.21352.1 13 14.03.2025
6.0.0-preview.5.21301.9 16 14.03.2025
6.0.0-preview.4.21253.1 13 14.03.2025
6.0.0-preview.3.21201.2 13 14.03.2025
6.0.0-preview.2.21154.2 14 14.03.2025
6.0.0-preview.1.21102.2 16 14.03.2025
5.0.17 15 14.03.2025
5.0.16 16 14.03.2025
5.0.15 20 14.03.2025
5.0.14 18 14.03.2025
5.0.13 17 14.03.2025
5.0.12 16 14.03.2025
5.0.11 16 14.03.2025
5.0.10 15 14.03.2025
5.0.9 17 14.03.2025
5.0.8 17 14.03.2025
5.0.7 16 14.03.2025
5.0.6 16 14.03.2025
5.0.5 16 14.03.2025
5.0.4 16 14.03.2025
5.0.3 17 14.03.2025
5.0.2 17 14.03.2025
5.0.1 16 14.03.2025
5.0.0 15 14.03.2025
5.0.0-rc.2.20475.6 13 14.03.2025
5.0.0-rc.1.20451.13 14 14.03.2025
5.0.0-preview.8.20407.4 18 14.03.2025
5.0.0-preview.7.20365.15 13 14.03.2025
5.0.0-preview.6.20312.4 13 14.03.2025
5.0.0-preview.5.20278.2 14 14.03.2025
5.0.0-preview.4.20220.10 13 14.03.2025
5.0.0-preview.3.20181.2 13 14.03.2025
5.0.0-preview.2.20159.4 14 14.03.2025
5.0.0-preview.2.20120.8 12 14.03.2025
3.1.32 16 14.03.2025
3.1.31 16 14.03.2025
3.1.30 17 14.03.2025
3.1.29 16 14.03.2025
3.1.28 16 14.03.2025
3.1.27 16 14.03.2025
3.1.26 16 14.03.2025
3.1.25 17 14.03.2025
3.1.24 16 14.03.2025
3.1.23 17 14.03.2025
3.1.22 16 14.03.2025
3.1.21 20 14.03.2025
3.1.20 16 14.03.2025
3.1.19 16 14.03.2025
3.1.18 19 14.03.2025
3.1.17 16 14.03.2025
3.1.16 16 14.03.2025
3.1.15 16 14.03.2025
3.1.14 15 14.03.2025
3.1.13 16 14.03.2025
3.1.12 16 14.03.2025
3.1.11 15 14.03.2025
3.1.10 16 14.03.2025
3.1.9 16 14.03.2025
3.1.8 17 14.03.2025
3.1.7 16 14.03.2025
3.1.6 18 14.03.2025
3.1.5 16 14.03.2025
3.1.4 17 14.03.2025
3.1.3 16 14.03.2025
3.1.2 16 14.03.2025
3.1.1 16 14.03.2025
3.1.0 16 14.03.2025
3.1.0-preview3.19554.8 13 14.03.2025
3.1.0-preview2.19525.5 14 14.03.2025
3.1.0-preview1.19506.2 12 14.03.2025
3.0.3 17 14.03.2025
3.0.2 16 14.03.2025
3.0.1 17 14.03.2025
3.0.0 16 14.03.2025
3.0.0-rc1.19456.14 13 14.03.2025
3.0.0-preview9.19423.6 13 14.03.2025
3.0.0-preview8.19405.11 12 14.03.2025
3.0.0-preview7.19362.6 13 14.03.2025
3.0.0-preview6.19304.10 15 14.03.2025
3.0.0-preview5.19227.1 14 14.03.2025
3.0.0-preview4.19216.3 13 14.03.2025
3.0.0-preview3.19153.1 15 14.03.2025
3.0.0-preview.19074.3 13 14.03.2025
3.0.0-preview.18572.1 17 14.03.2025
2.3.0 16 14.03.2025
2.2.6 17 14.03.2025
2.2.4 17 14.03.2025
2.2.3 16 14.03.2025
2.2.2 16 14.03.2025
2.2.1 16 14.03.2025
2.2.0 16 14.03.2025
2.2.0-preview3-35497 13 14.03.2025
2.2.0-preview2-35157 13 14.03.2025
2.2.0-preview1-35029 14 14.03.2025
2.1.14 16 14.03.2025
2.1.11 19 14.03.2025
2.1.8 17 14.03.2025
2.1.0 16 14.03.2025
2.1.0-rc1-final 17 14.03.2025
2.1.0-preview2-final 18 14.03.2025
2.1.0-preview1-final 16 14.03.2025
2.0.1 16 14.03.2025
2.0.0 16 14.03.2025
2.0.0-preview2-final 15 14.03.2025
2.0.0-preview1-final 16 14.03.2025
1.1.1 16 14.03.2025
1.1.0 16 14.03.2025
1.1.0-preview1-final 16 14.03.2025
1.0.1 16 14.03.2025
1.0.0 15 14.03.2025
1.0.0-rc2-final 16 14.03.2025
1.0.0-rc1-final 17 14.03.2025
1.0.0-beta8 15 14.03.2025
1.0.0-beta7 17 14.03.2025
1.0.0-beta6 17 14.03.2025
1.0.0-beta1 16 14.03.2025