Ansight.Tools.Database
0.1.0-pre5
See the version list below for details.
dotnet add package Ansight.Tools.Database --version 0.1.0-pre5
NuGet\Install-Package Ansight.Tools.Database -Version 0.1.0-pre5
<PackageReference Include="Ansight.Tools.Database" Version="0.1.0-pre5" />
<PackageVersion Include="Ansight.Tools.Database" Version="0.1.0-pre5" />
<PackageReference Include="Ansight.Tools.Database" />
paket add Ansight.Tools.Database --version 0.1.0-pre5
#r "nuget: Ansight.Tools.Database, 0.1.0-pre5"
#:package Ansight.Tools.Database@0.1.0-pre5
#addin nuget:?package=Ansight.Tools.Database&version=0.1.0-pre5&prerelease
#tool nuget:?package=Ansight.Tools.Database&version=0.1.0-pre5&prerelease
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. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ansight.Tools.Database:
| Package | Downloads |
|---|---|
|
Ansight
All-in-one Ansight SDK package for .NET apps, including core runtime, pairing, and remote tools. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.24 | 37 | 5/25/2026 |
| 0.1.0-preview.23 | 40 | 5/23/2026 |
| 0.1.0-preview.22 | 43 | 5/23/2026 |
| 0.1.0-preview.21 | 50 | 5/19/2026 |
| 0.1.0-preview.20 | 59 | 5/15/2026 |
| 0.1.0-preview.19 | 71 | 5/8/2026 |
| 0.1.0-preview.18 | 74 | 5/8/2026 |
| 0.1.0-preview.17 | 59 | 5/8/2026 |
| 0.1.0-preview.16 | 58 | 5/6/2026 |
| 0.1.0-preview.15 | 52 | 5/5/2026 |
| 0.1.0-preview.14 | 61 | 5/5/2026 |
| 0.1.0-preview.13 | 54 | 5/5/2026 |
| 0.1.0-pre9 | 61 | 5/3/2026 |
| 0.1.0-pre8 | 46 | 5/3/2026 |
| 0.1.0-pre7 | 48 | 4/30/2026 |
| 0.1.0-pre6 | 43 | 4/30/2026 |
| 0.1.0-pre5 | 45 | 4/30/2026 |
| 0.1.0-pre12 | 56 | 5/4/2026 |
| 0.1.0-pre11 | 60 | 5/4/2026 |
| 0.1.0-pre10 | 49 | 5/3/2026 |