Microsoft.Data.Sqlite 8.0.7

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
23
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
26
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
34
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
35
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
36
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
41
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
42
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
46
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.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.
34
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.
39
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.
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.
51

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