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.
67
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
65
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
62
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
60
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
58
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
57
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
56
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
55
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
54
Microsoft.EntityFrameworkCore.Sqlite
SQLite data store for Entity Framework.
51
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
51
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
49
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
48

.NET Standard 2.0

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