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
<PackageReference Include="magic.lambda.odbc" Version="17.2.0" />
paket add magic.lambda.odbc --version 17.2.0
#r "nuget: magic.lambda.odbc, 17.2.0"
// 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.
Copyright and maintenance
The projects is copyright Thomas Hansen 2023 - 2024, and professionally maintained by AINIRO.IO.
Product | Versions 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. 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. |
.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. |
-
.NETStandard 2.0
- magic.data.common (>= 17.2.0)
- System.Data.Odbc (>= 8.0.0)
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 | 457 | 1/22/2024 |
17.1.7 | 201 | 1/12/2024 |
17.1.6 | 167 | 1/11/2024 |
17.1.5 | 185 | 1/5/2024 |
17.0.1 | 226 | 1/1/2024 |
17.0.0 | 354 | 12/14/2023 |
16.11.5 | 343 | 11/12/2023 |
16.9.0 | 314 | 10/9/2023 |
16.7.0 | 567 | 7/11/2023 |
16.4.1 | 389 | 7/2/2023 |
16.4.0 | 409 | 6/22/2023 |
16.3.1 | 358 | 6/7/2023 |
16.3.0 | 380 | 5/28/2023 |
16.1.9 | 622 | 4/30/2023 |
15.10.11 | 472 | 4/13/2023 |
15.9.1 | 608 | 3/27/2023 |
15.9.0 | 463 | 3/24/2023 |
15.8.2 | 486 | 3/20/2023 |
15.7.0 | 391 | 3/6/2023 |
15.5.0 | 1,570 | 1/28/2023 |
15.2.0 | 672 | 1/18/2023 |
15.1.0 | 1,154 | 12/28/2022 |
14.5.7 | 729 | 12/13/2022 |
14.5.5 | 795 | 12/6/2022 |
14.5.1 | 671 | 11/23/2022 |
14.5.0 | 605 | 11/18/2022 |
14.4.5 | 700 | 10/22/2022 |
14.4.1 | 781 | 10/22/2022 |
14.4.0 | 663 | 10/17/2022 |
14.3.1 | 1,245 | 9/12/2022 |
14.3.0 | 630 | 9/10/2022 |
14.1.3 | 897 | 8/7/2022 |
14.1.2 | 677 | 8/7/2022 |
14.1.1 | 682 | 8/7/2022 |
14.0.14 | 676 | 7/26/2022 |
14.0.12 | 663 | 7/24/2022 |
14.0.11 | 605 | 7/23/2022 |
14.0.10 | 655 | 7/23/2022 |
14.0.9 | 661 | 7/23/2022 |
14.0.8 | 753 | 7/17/2022 |
14.0.5 | 776 | 7/11/2022 |
14.0.4 | 758 | 7/6/2022 |
14.0.3 | 712 | 7/2/2022 |
14.0.2 | 700 | 7/2/2022 |
14.0.0 | 853 | 6/25/2022 |
13.4.0 | 2,097 | 5/31/2022 |
13.3.4 | 1,482 | 5/9/2022 |
13.3.0 | 969 | 5/1/2022 |
13.2.0 | 1,163 | 4/21/2022 |
13.1.0 | 1,065 | 4/7/2022 |
13.0.0 | 744 | 4/5/2022 |
11.0.5 | 1,434 | 3/2/2022 |
11.0.4 | 762 | 2/22/2022 |
11.0.3 | 766 | 2/9/2022 |
11.0.2 | 790 | 2/6/2022 |
11.0.1 | 769 | 2/5/2022 |
10.0.21 | 785 | 1/28/2022 |
10.0.20 | 764 | 1/27/2022 |
10.0.19 | 765 | 1/23/2022 |
10.0.18 | 759 | 1/17/2022 |
10.0.16 | 570 | 1/14/2022 |
10.0.15 | 698 | 12/31/2021 |
10.0.14 | 583 | 12/28/2021 |
10.0.7 | 1,468 | 12/22/2021 |
10.0.5 | 752 | 12/18/2021 |
10.0.3 | 495 | 12/16/2021 |