Microsoft.Data.Sqlite 10.0.0-preview.1.25081.1

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
Microsoft.AspNetCore.All
32
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
35
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
48
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
49
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
52
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
55
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
56
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
59
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.
32
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.
38
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.
50
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
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.
55
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.
66

.NET Standard 2.0

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