magic.lambda.odbc 17.2.0

dotnet add package magic.lambda.odbc --version 17.2.0
NuGet\Install-Package magic.lambda.odbc -Version 17.2.0
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="magic.lambda.odbc" Version="17.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add magic.lambda.odbc --version 17.2.0
#r "nuget: magic.lambda.odbc, 17.2.0"
#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.
// Install magic.lambda.odbc as a Cake Addin
#addin nuget:?package=magic.lambda.odbc&version=17.2.0

// Install magic.lambda.odbc as a Cake Tool
#tool nuget:?package=magic.lambda.odbc&version=17.2.0

magic.lambda.odbc - Using an ODBC database from Hyperlambda

This is the ODBC data adapter for Magic. This project provides slots to open an ODBC database connection, and allows you to execute your own SQL statements towards an open ODBC connection. Slots this project contains are as follows.

  • [odbc.connect] - Connects to a database
  • [odbc.select] - Executes an arbitrary SQL statement, and returns results of reader as lambda objects to caller
  • [odbc.scalar] - Executes an arbitrary SQL statement, and returns the result as a scalar value to caller
  • [odbc.execute] - Executes an aribitrary SQL statement
  • [odbc.transaction.create] - Creates a new transaction
  • [odbc.transaction.commit] - Explicitly commits an open transaction
  • [odbc.transaction.rollback] - Explicitly rolls back an open transaction

All of the slots in this project are documented in the documentation for the "magic.data.common" project. If you replace the [data.xxx] or [sql.xxx] slots with [odbc.xxx], you will use the ODBC specific slots, instead of the generic, and/or polymorphistic slots. Hence, please refer to the documentation for "magic.data.common" to see the complete documentation for this project. If you need for instance documentation about the [odbc.connect] slot you should look for the documentation for [data.connect], since it's more or less the exact same documentation.

ODBC data adapter drivers

Notice, Magic does not install any ODBC drivers for your specific database type during installation. Hence, depending upon which database type you want to use, you're going to have to manually make sure you install the driver for it yourself, by adding the NuGet package for your particular database type and manually building the "backend.csproj" file yourself, using for instance the DotNet CLI. The reasons for this is because there exists literally hundreds of different databases out there having specific ODBC data adapter drivers, and installing all of these would be impossible for us to do.

Magic's GitHub project page

Magic is 100% Open Source and you can find the primary project GitHub page here.

Project website for magic.lambda.odbc

The source code for this repository can be found at github.com/polterguy/magic.lambda.odbc, and you can provide feedback, provide bug reports, etc at the same place.

  • Build status
  • Quality Gate Status
  • Bugs
  • Code Smells
  • Coverage
  • Duplicated Lines (%)
  • Lines of Code
  • Maintainability Rating
  • Reliability Rating
  • Security Rating
  • Technical Debt
  • Vulnerabilities

The projects is copyright Thomas Hansen 2023 - 2024, and professionally maintained by AINIRO.IO.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on magic.lambda.odbc:

Package Downloads
magic.library

Helper project for Magic to wire up everything easily by simply adding one package, and invoking two simple methods. When using Magic, this is (probably) the only package you should actually add, since this package pulls in everything else you'll need automatically, and wires up everything sanely by default. To use package go to https://polterguy.github.io

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.2.0 262 1/22/2024
17.1.7 154 1/12/2024
17.1.6 122 1/11/2024
17.1.5 144 1/5/2024
17.0.1 176 1/1/2024
17.0.0 303 12/14/2023
16.11.5 283 11/12/2023
16.9.0 283 10/9/2023
16.7.0 491 7/11/2023
16.4.1 337 7/2/2023
16.4.0 362 6/22/2023
16.3.1 312 6/7/2023
16.3.0 309 5/28/2023
16.1.9 572 4/30/2023
15.10.11 430 4/13/2023
15.9.1 557 3/27/2023
15.9.0 426 3/24/2023
15.8.2 451 3/20/2023
15.7.0 345 3/6/2023
15.5.0 1,484 1/28/2023
15.2.0 620 1/18/2023
15.1.0 1,112 12/28/2022
14.5.7 683 12/13/2022
14.5.5 751 12/6/2022
14.5.1 625 11/23/2022
14.5.0 563 11/18/2022
14.4.5 655 10/22/2022
14.4.1 736 10/22/2022
14.4.0 624 10/17/2022
14.3.1 1,191 9/12/2022
14.3.0 592 9/10/2022
14.1.3 862 8/7/2022
14.1.2 628 8/7/2022
14.1.1 642 8/7/2022
14.0.14 637 7/26/2022
14.0.12 625 7/24/2022
14.0.11 583 7/23/2022
14.0.10 616 7/23/2022
14.0.9 624 7/23/2022
14.0.8 710 7/17/2022
14.0.5 738 7/11/2022
14.0.4 720 7/6/2022
14.0.3 674 7/2/2022
14.0.2 664 7/2/2022
14.0.0 803 6/25/2022
13.4.0 2,016 5/31/2022
13.3.4 1,421 5/9/2022
13.3.0 928 5/1/2022
13.2.0 1,116 4/21/2022
13.1.0 1,015 4/7/2022
13.0.0 701 4/5/2022
11.0.5 1,377 3/2/2022
11.0.4 721 2/22/2022
11.0.3 723 2/9/2022
11.0.2 748 2/6/2022
11.0.1 733 2/5/2022
10.0.21 737 1/28/2022
10.0.20 722 1/27/2022
10.0.19 730 1/23/2022
10.0.18 723 1/17/2022
10.0.16 534 1/14/2022
10.0.15 655 12/31/2021
10.0.14 541 12/28/2021
10.0.7 1,403 12/22/2021
10.0.5 708 12/18/2021
10.0.3 461 12/16/2021