Verso.Ado
1.2.2
dotnet add package Verso.Ado --version 1.2.2
NuGet\Install-Package Verso.Ado -Version 1.2.2
<PackageReference Include="Verso.Ado" Version="1.2.2" />
<PackageVersion Include="Verso.Ado" Version="1.2.2" />
<PackageReference Include="Verso.Ado" />
paket add Verso.Ado --version 1.2.2
#r "nuget: Verso.Ado, 1.2.2"
#:package Verso.Ado@1.2.2
#addin nuget:?package=Verso.Ado&version=1.2.2
#tool nuget:?package=Verso.Ado&version=1.2.2
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.2.2)
-
net8.0
- Verso.Abstractions (>= 1.2.2)
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.2.2 | 97 | 9/4/2026 |
| 1.2.1 | 104 | 8/8/2026 |
| 1.2.0 | 103 | 8/8/2026 |
| 1.1.3 | 123 | 7/29/2026 |
| 1.1.2 | 120 | 7/18/2026 |
| 1.1.1 | 126 | 7/6/2026 |
| 1.1.0 | 112 | 7/6/2026 |
| 1.0.22 | 128 | 6/16/2026 |
| 1.0.21 | 117 | 6/7/2026 |
| 1.0.20 | 111 | 5/24/2026 |
| 1.0.19 | 109 | 5/13/2026 |
| 1.0.18 | 113 | 5/2/2026 |
| 1.0.17 | 116 | 4/22/2026 |
| 1.0.16 | 120 | 4/15/2026 |
| 1.0.15 | 115 | 4/8/2026 |
| 1.0.14 | 109 | 4/7/2026 |
| 1.0.13 | 123 | 4/7/2026 |
| 1.0.12 | 121 | 4/1/2026 |
| 1.0.11 | 119 | 3/24/2026 |
| 1.0.10 | 120 | 3/19/2026 |