Microsoft.Data.Sqlite 9.0.11

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.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.
68
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.
65
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
63
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.
63
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.
62
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
61
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
60
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/244e037a222a7cd0a17feafb7f3a625fde40de97
60
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
59
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.
59
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.
57

.NET Standard 2.0

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