Microsoft.Data.Sqlite 11.0.0-preview.5.26302.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.
14
Microsoft.EntityFrameworkCore.Sqlite
SQLite data store for Entity Framework.
14
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
13
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
12

.NET Standard 2.0

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