Microsoft.Data.Sqlite 10.0.0-rc.1.25451.107

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.
61
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.
60
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
57
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
57
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
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
56
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.
56
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
54
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.
54
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.
53

.NET Standard 2.0

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