Ansight.Tools.Database
0.1.0-pre3
This is a prerelease version of Ansight.Tools.Database.
dotnet add package Ansight.Tools.Database --version 0.1.0-pre3
NuGet\Install-Package Ansight.Tools.Database -Version 0.1.0-pre3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ansight.Tools.Database" Version="0.1.0-pre3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ansight.Tools.Database" Version="0.1.0-pre3" />
<PackageReference Include="Ansight.Tools.Database" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ansight.Tools.Database --version 0.1.0-pre3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ansight.Tools.Database, 0.1.0-pre3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ansight.Tools.Database@0.1.0-pre3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ansight.Tools.Database&version=0.1.0-pre3&prerelease
#tool nuget:?package=Ansight.Tools.Database&version=0.1.0-pre3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ansight.Tools.Database
Grouped database inspection tool registrations for the Ansight .NET SDK.
Usage
using Ansight;
using Ansight.Tools.Database;
var options = Options.CreateBuilder()
.WithDatabaseTools()
.WithReadOnlyToolAccess()
.Build();
Query result shape
data.query keeps the simple columns and rows payloads, and also returns richer metadata for host renderers:
columnMetadata: result columns in order, including each column's stable row key, declared SQLite type when available, and source table/column when SQLite exposes it.rows: row objects keyed bycolumnMetadata.key, so duplicate result column names are preserved with stable suffixes.rowValues: ordered cell arrays with each cell's runtime SQLite storage type.
SQLite BLOB values are encoded as descriptor objects with type = "blob", base64, and byteLength fields. The package inspects ordinary SQLite databases that are readable through the platform SQLite library; encrypted database support is intentionally out of scope.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-android35.0 is compatible. net9.0-browser was computed. net9.0-ios was computed. net9.0-ios18.0 is compatible. net9.0-maccatalyst was computed. net9.0-maccatalyst18.0 is compatible. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-pre3 | 41 | 4/21/2026 |
| 0.1.0-pre2 | 54 | 4/4/2026 |
| 0.1.0-pre1 | 53 | 3/31/2026 |