Sign in Sign up
nuget

ClrKernel.Data.Odbc

ODBC database provider for ClrKernel: connect to any ODBC data source (a DSN or driver + connection string) from C# notebook cells with the same fluent query API as the other providers — Odbc.FromConnectionString(cs).Query(sql).Results(). Built on System.Data.Odbc; the ODBC driver for your database must be installed on the machine. An opt-in package (add via #r "nuget: ClrKernel.Data.Odbc").

nuget View on Nuget

Activity

Latest release
1mo ago
Total releases
1
Cadence
Last 12 months
1

Details

License
Apache-2.0
First release
Aug 10, 2026
Releases
Version Released
0.8.0 initial