Microsoft.Data.Sqlite 8.0.10

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