Microsoft.Data.Sqlite 8.0.8

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.
44
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.
30
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
25
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
24
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
23
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
23
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
22
Microsoft.EntityFrameworkCore.Sqlite
SQLite data store for Entity Framework.
22
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
21
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.
21
Microsoft.EntityFrameworkCore.Sqlite
SQLite database provider for Entity Framework Core.
21
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.
20

Version Downloads Last updated
10.0.0-preview.5.25277.114 8 06/09/2025
10.0.0-preview.4.25258.110 9 05/19/2025
10.0.0-preview.3.25171.6 16 04/12/2025
10.0.0-preview.2.25163.8 14 03/19/2025
10.0.0-preview.1.25081.1 15 02/26/2025
9.0.6 4 06/13/2025
9.0.5 7 05/19/2025
9.0.4 13 04/11/2025
9.0.3 16 03/14/2025
9.0.2 18 02/12/2025
9.0.1 15 01/20/2025
9.0.0 20 11/18/2024
9.0.0-rc.2.24474.1 21 10/10/2024
9.0.0-rc.1.24451.1 18 09/19/2024
9.0.0-preview.7.24405.3 22 08/22/2024
9.0.0-preview.6.24327.4 21 07/17/2024
9.0.0-preview.5.24306.3 22 06/14/2024
9.0.0-preview.4.24267.1 24 05/23/2024
9.0.0-preview.3.24172.4 23 04/14/2024
9.0.0-preview.2.24128.4 27 03/20/2024
9.0.0-preview.1.24081.2 25 02/16/2024
8.0.17 3 06/14/2025
8.0.16 8 05/17/2025
8.0.15 10 04/11/2025
8.0.14 15 03/15/2025
8.0.13 19 02/12/2025
8.0.12 15 01/25/2025
8.0.11 24 11/13/2024
8.0.10 20 10/10/2024
8.0.8 19 08/21/2024
8.0.7 23 07/16/2024
8.0.6 21 05/29/2024
8.0.5 37 05/20/2024
8.0.4 32 04/11/2024
8.0.3 31 03/19/2024
8.0.2 25 02/16/2024
8.0.1 23 01/13/2024
8.0.0 25 12/16/2023
8.0.0-rc.2.23480.1 23 12/16/2023
8.0.0-rc.1.23419.6 27 12/16/2023
8.0.0-preview.7.23375.4 25 12/18/2023
8.0.0-preview.6.23329.4 22 02/16/2024
8.0.0-preview.5.23280.1 24 02/11/2024
8.0.0-preview.4.23259.3 26 08/26/2023
8.0.0-preview.3.23174.2 27 08/26/2023
8.0.0-preview.2.23128.3 23 02/16/2024
8.0.0-preview.1.23111.4 29 08/31/2023
7.0.20 25 05/29/2024
7.0.19 38 05/20/2024
7.0.18 32 04/11/2024
7.0.17 27 03/19/2024
7.0.16 26 02/16/2024
7.0.15 26 01/13/2024
7.0.14 27 12/16/2023
7.0.13 23 01/13/2024
7.0.12 29 12/22/2023
7.0.11 25 12/16/2023
7.0.10 30 12/16/2023
7.0.9 24 01/22/2024
7.0.8 27 01/13/2024
7.0.7 25 12/22/2023
7.0.5 31 06/13/2023
7.0.4 33 12/07/2023
7.0.3 23 02/16/2024
7.0.2 22 02/16/2024
7.0.1 28 06/13/2023
7.0.0 28 06/13/2023
7.0.0-rc.2.22472.11 27 08/26/2023
7.0.0-rc.1.22426.7 37 03/29/2023
7.0.0-preview.7.22376.2 26 08/27/2023
7.0.0-preview.6.22329.4 21 08/29/2023
7.0.0-preview.5.22302.2 24 08/27/2023
7.0.0-preview.4.22229.2 25 08/30/2023
7.0.0-preview.3.22175.1 30 08/29/2023
7.0.0-preview.2.22153.1 26 08/25/2023
7.0.0-preview.1.22076.6 35 08/31/2023
6.0.36 17 11/19/2024
6.0.35 22 10/10/2024
6.0.33 26 08/21/2024
6.0.32 24 07/16/2024
6.0.31 31 05/29/2024
6.0.30 40 05/20/2024
6.0.29 38 04/11/2024
6.0.28 30 03/19/2024
6.0.27 30 02/16/2024
6.0.26 28 01/13/2024
6.0.25 29 12/16/2023
6.0.24 36 12/16/2023
6.0.23 38 12/16/2023
6.0.22 23 12/16/2023
6.0.21 29 12/22/2023
6.0.20 23 12/16/2023
6.0.19 36 12/16/2023
6.0.18 29 02/16/2024
6.0.16 71 07/13/2023
6.0.15 29 12/07/2023
6.0.14 30 08/31/2023
6.0.13 41 03/24/2023
6.0.12 27 02/16/2024
6.0.11 65 03/28/2023
6.0.10 27 08/25/2023
6.0.9 28 06/14/2023
6.0.8 30 06/14/2023
6.0.7 38 06/14/2023
6.0.6 27 06/14/2023
6.0.5 45 06/13/2023
6.0.4 58 06/13/2023
6.0.3 30 02/16/2024
6.0.2 28 06/14/2023
6.0.1 28 06/14/2023
6.0.0 26 02/16/2024
6.0.0-rc.2.21480.5 23 08/31/2023
6.0.0-rc.1.21452.10 65 04/27/2023
6.0.0-preview.7.21378.4 28 05/17/2023
6.0.0-preview.6.21352.1 29 08/24/2023
6.0.0-preview.5.21301.9 26 08/30/2023
6.0.0-preview.4.21253.1 32 08/28/2023
6.0.0-preview.3.21201.2 54 04/20/2023
6.0.0-preview.2.21154.2 24 08/25/2023
6.0.0-preview.1.21102.2 25 09/01/2023
5.0.17 26 08/24/2023
5.0.16 32 08/25/2023
5.0.15 32 02/16/2024
5.0.14 29 08/31/2023
5.0.13 42 08/27/2023
5.0.12 68 03/22/2023
5.0.11 62 05/06/2022
5.0.10 31 08/30/2023
5.0.9 72 03/29/2023
5.0.8 29 06/13/2023
5.0.7 36 06/13/2023
5.0.6 26 06/13/2023
5.0.5 25 02/16/2024
5.0.4 27 06/13/2023
5.0.3 35 06/14/2023
5.0.2 75 03/27/2023
5.0.1 30 06/13/2023
5.0.0 42 06/13/2023
5.0.0-rc.2.20475.6 28 08/28/2023
5.0.0-rc.1.20451.13 30 08/28/2023
5.0.0-preview.8.20407.4 27 08/31/2023
5.0.0-preview.7.20365.15 24 08/26/2023
5.0.0-preview.6.20312.4 22 08/31/2023
5.0.0-preview.5.20278.2 28 08/27/2023
5.0.0-preview.4.20220.10 28 08/29/2023
5.0.0-preview.3.20181.2 24 08/29/2023
5.0.0-preview.2.20159.4 25 08/25/2023
5.0.0-preview.2.20120.8 21 08/26/2023
3.1.32 29 11/05/2023
3.1.31 53 07/13/2023
3.1.30 25 05/17/2023
3.1.29 28 08/25/2023
3.1.28 53 03/22/2023
3.1.27 24 08/27/2023
3.1.26 41 08/29/2023
3.1.25 24 08/30/2023
3.1.24 28 08/28/2023
3.1.23 29 08/25/2023
3.1.22 27 08/27/2023
3.1.21 29 08/30/2023
3.1.20 53 03/25/2023
3.1.19 28 08/27/2023
3.1.18 25 08/28/2023
3.1.17 24 08/25/2023
3.1.16 53 08/02/2023
3.1.15 58 03/24/2023
3.1.14 80 03/28/2023
3.1.13 32 08/30/2023
3.1.12 36 08/31/2023
3.1.11 28 08/28/2023
3.1.10 35 03/23/2023
3.1.9 32 06/13/2023
3.1.8 65 03/22/2023
3.1.7 29 06/13/2023
3.1.6 38 06/13/2023
3.1.5 25 06/13/2023
3.1.4 26 02/16/2024
3.1.3 28 06/14/2023
3.1.2 30 06/14/2023
3.1.1 26 06/13/2023
3.1.0 23 06/13/2023
3.1.0-preview3.19554.8 23 02/16/2024
3.1.0-preview2.19525.5 24 08/25/2023
3.1.0-preview1.19506.2 46 03/23/2023
3.0.3 64 03/28/2023
3.0.2 26 06/13/2023
3.0.1 34 06/13/2023
3.0.0 27 02/16/2024
3.0.0-rc1.19456.14 25 02/16/2024
3.0.0-preview9.19423.6 42 08/30/2023
3.0.0-preview8.19405.11 31 08/24/2023
3.0.0-preview7.19362.6 25 08/26/2023
3.0.0-preview6.19304.10 25 08/29/2023
3.0.0-preview5.19227.1 41 08/30/2023
3.0.0-preview4.19216.3 24 08/25/2023
3.0.0-preview3.19153.1 28 08/28/2023
3.0.0-preview.19074.3 26 08/31/2023
3.0.0-preview.18572.1 27 08/30/2023
2.3.0 16 01/24/2025
2.2.6 38 02/14/2024
2.2.4 32 06/13/2023
2.2.3 23 06/13/2023
2.2.2 22 06/13/2023
2.2.1 26 06/13/2023
2.2.0 27 02/16/2024
2.2.0-preview3-35497 28 09/01/2023
2.2.0-preview2-35157 29 08/31/2023
2.2.0-preview1-35029 24 08/30/2023
2.1.14 33 08/31/2023
2.1.11 80 03/22/2023
2.1.8 26 06/13/2023
2.1.0 24 02/16/2024
2.1.0-rc1-final 44 02/16/2024
2.1.0-preview2-final 28 06/13/2023
2.1.0-preview1-final 24 06/11/2023
2.0.1 53 11/29/2019
2.0.0 35 06/13/2023
2.0.0-preview2-final 33 06/12/2023
2.0.0-preview1-final 28 06/11/2023
1.1.1 24 06/13/2023
1.1.0 27 06/13/2023
1.1.0-preview1-final 31 05/18/2023
1.0.1 53 11/25/2019
1.0.0 27 06/14/2023
1.0.0-rc2-final 23 02/16/2024
1.0.0-rc1-final 47 03/24/2023
1.0.0-beta8 27 08/29/2023
1.0.0-beta7 28 08/26/2023
1.0.0-beta6 25 08/25/2023
1.0.0-beta1 32 04/04/2023