Microsoft.Data.Sqlite 9.0.0-preview.3.24172.4

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
14
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
21
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
24
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
25
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
26
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
30
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
32
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
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.
15
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.
24
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.
26
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.
27
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.
28
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.
30
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.
35

.NET Standard 2.0

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