Verso.Ado
1.0.21
dotnet add package Verso.Ado --version 1.0.21
NuGet\Install-Package Verso.Ado -Version 1.0.21
<PackageReference Include="Verso.Ado" Version="1.0.21" />
<PackageVersion Include="Verso.Ado" Version="1.0.21" />
<PackageReference Include="Verso.Ado" />
paket add Verso.Ado --version 1.0.21
#r "nuget: Verso.Ado, 1.0.21"
#:package Verso.Ado@1.0.21
#addin nuget:?package=Verso.Ado&version=1.0.21
#tool nuget:?package=Verso.Ado&version=1.0.21
Verso.Ado
SQL database connectivity extension for Verso notebooks.
Overview
Provider-agnostic SQL support built on the public Verso extension interfaces. Connect to any ADO.NET database, execute SQL with paginated result tables, share variables between SQL and C# cells, inspect schema metadata, and scaffold EF Core DbContext classes at runtime.
Features
- Connection management via
#!sql-connectand#!sql-disconnectwith named connections and provider auto-discovery - SQL kernel with execution,
@parameterbinding from C# variables,GObatch separators, and row limiting - IntelliSense for SQL keywords, table/column names, and
@variablesuggestions - Hover info for
@variables(name, type, value), SQL keywords, and table/column names - Parse diagnostics for missing connections and unresolved
@parameterreferences - Paginated HTML result tables with column type tooltips, NULL styling, and truncation warnings
- CSV and JSON export toolbar actions
- Schema inspection via
#!sql-schema - EF Core scaffolding via
#!sql-scaffold - Polyglot Notebooks migration with automatic conversion of
#!connectand#!sqlpatterns during.ipynband.dibimport
Installation
dotnet add package Verso.Ado
This package depends only on Verso.Abstractions and System.Data.Common. Supply your own ADO.NET provider (e.g. Microsoft.Data.SqlClient, Npgsql) via #r "nuget:" in your notebook.
Quick Start
#!sql-connect "Server=localhost;Database=Northwind" --name db --provider SqlClient
SELECT TOP 10 * FROM Customers WHERE Country = @country
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. 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. |
-
net10.0
- Verso.Abstractions (>= 1.0.21)
-
net8.0
- Verso.Abstractions (>= 1.0.21)
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 |
|---|---|---|
| 1.0.21 | 43 | 6/7/2026 |
| 1.0.20 | 91 | 5/24/2026 |
| 1.0.19 | 90 | 5/13/2026 |
| 1.0.18 | 98 | 5/2/2026 |
| 1.0.17 | 95 | 4/22/2026 |
| 1.0.16 | 101 | 4/15/2026 |
| 1.0.15 | 96 | 4/8/2026 |
| 1.0.14 | 92 | 4/7/2026 |
| 1.0.13 | 103 | 4/7/2026 |
| 1.0.12 | 100 | 4/1/2026 |
| 1.0.11 | 102 | 3/24/2026 |
| 1.0.10 | 101 | 3/19/2026 |
| 1.0.9 | 109 | 3/14/2026 |
| 1.0.8 | 100 | 3/7/2026 |
| 1.0.7 | 99 | 3/6/2026 |
| 1.0.6 | 102 | 3/4/2026 |
| 1.0.5 | 103 | 2/28/2026 |
| 1.0.4 | 103 | 2/23/2026 |
| 1.0.3 | 98 | 2/22/2026 |
| 1.0.2 | 109 | 2/21/2026 |