magic.lambda.mysql
17.2.0
dotnet add package magic.lambda.mysql --version 17.2.0
NuGet\Install-Package magic.lambda.mysql -Version 17.2.0
<PackageReference Include="magic.lambda.mysql" Version="17.2.0" />
paket add magic.lambda.mysql --version 17.2.0
#r "nuget: magic.lambda.mysql, 17.2.0"
// Install magic.lambda.mysql as a Cake Addin #addin nuget:?package=magic.lambda.mysql&version=17.2.0 // Install magic.lambda.mysql as a Cake Tool #tool nuget:?package=magic.lambda.mysql&version=17.2.0
magic.lambda.mysql - Using MySQL and MariaDB from Hyperlambda
The magic.lambda.mysql project is Hyperlambda's MySQL data adapter. This project allows you to provide a semantic lambda structure to its slots, which in turn will dynamically create a MySQL dialect SQL statement for you, for all basic types of CRUD SQL statements. In addition, it provides slots to open a MySQL database connection, and such allows you to declare your own SQL statements to be executed towards a MySQL database. Slots this project contains are as follows.
- [mysql.connect] - Connects to a database
- [mysql.create] - Creates a single record in the specified table
- [mysql.read] - Reads multiple records from the specified table
- [mysql.update] - Updates a single record in the specified table
- [mysql.delete] - Deletes a single record in the specified table
- [mysql.select] - Executes an arbitrary SQL statement, and returns results of reader as lambda objects to caller
- [mysql.scalar] - Executes an arbitrary SQL statement, and returns the result as a scalar value to caller
- [mysql.execute] - Executes an aribitrary SQL statement
- [mysql.transaction.create] - Creates a new transaction
- [mysql.transaction.commit] - Explicitly commits an open transaction
- [mysql.transaction.rollback] - Explicitly rolls back an open transaction
Notice - If you use any of the CRUD slots from above, the whole idea is that you can polymorphistically use the same lambda object, towards any of the underlaying database types, and the correct specific syntax for your particular database vendor's SQL syntax will be automatically generated. This allows you to transparently use the same lambda object, towards any of the database types Magic supports, without having to change it in any ways.
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 [mysql.xxx], you will use the MySQL 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 [mysql.connect] slot you should look for the documentation for [data.connect], since it's more or less the exact same documentation.
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.mysql
The source code for this repository can be found at github.com/polterguy/magic.lambda.mysql, 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. |
.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)
- MySqlConnector (>= 2.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on magic.lambda.mysql:
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 | 440 | 1/22/2024 |
17.1.7 | 199 | 1/12/2024 |
17.1.6 | 165 | 1/11/2024 |
17.1.5 | 179 | 1/5/2024 |
17.0.1 | 214 | 1/1/2024 |
17.0.0 | 340 | 12/14/2023 |
16.11.5 | 329 | 11/12/2023 |
16.9.0 | 323 | 10/9/2023 |
16.7.0 | 561 | 7/11/2023 |
16.4.1 | 351 | 7/2/2023 |
16.4.0 | 398 | 6/22/2023 |
16.3.1 | 361 | 6/7/2023 |
16.3.0 | 323 | 5/28/2023 |
16.1.9 | 611 | 4/30/2023 |
15.10.11 | 468 | 4/13/2023 |
15.9.1 | 570 | 3/27/2023 |
15.9.0 | 471 | 3/24/2023 |
15.8.2 | 512 | 3/20/2023 |
15.7.0 | 391 | 3/6/2023 |
15.5.0 | 1,591 | 1/28/2023 |
15.2.0 | 668 | 1/18/2023 |
15.1.0 | 1,154 | 12/28/2022 |
14.5.7 | 702 | 12/13/2022 |
14.5.5 | 809 | 12/6/2022 |
14.5.1 | 657 | 11/23/2022 |
14.5.0 | 606 | 11/18/2022 |
14.4.5 | 708 | 10/22/2022 |
14.4.1 | 725 | 10/22/2022 |
14.4.0 | 668 | 10/17/2022 |
14.3.2 | 1,020 | 9/18/2022 |
14.3.1 | 758 | 9/12/2022 |
14.3.0 | 648 | 9/10/2022 |
14.1.3 | 914 | 8/7/2022 |
14.1.2 | 676 | 8/7/2022 |
14.1.1 | 651 | 8/7/2022 |
14.0.14 | 696 | 7/26/2022 |
14.0.12 | 656 | 7/24/2022 |
14.0.11 | 618 | 7/23/2022 |
14.0.10 | 659 | 7/23/2022 |
14.0.9 | 652 | 7/23/2022 |
14.0.8 | 747 | 7/17/2022 |
14.0.5 | 790 | 7/11/2022 |
14.0.4 | 818 | 7/6/2022 |
14.0.3 | 710 | 7/2/2022 |
14.0.2 | 658 | 7/2/2022 |
14.0.0 | 875 | 6/25/2022 |
13.4.0 | 2,092 | 5/31/2022 |
13.3.4 | 1,428 | 5/9/2022 |
13.3.0 | 975 | 5/1/2022 |
13.2.1 | 979 | 4/25/2022 |
13.2.0 | 764 | 4/21/2022 |
13.1.0 | 1,034 | 4/7/2022 |
13.0.0 | 736 | 4/5/2022 |
11.0.5 | 1,390 | 3/2/2022 |
11.0.4 | 765 | 2/22/2022 |
11.0.3 | 804 | 2/9/2022 |
11.0.2 | 828 | 2/6/2022 |
11.0.1 | 788 | 2/5/2022 |
10.0.21 | 777 | 1/28/2022 |
10.0.20 | 757 | 1/27/2022 |
10.0.19 | 770 | 1/23/2022 |
10.0.18 | 737 | 1/17/2022 |
10.0.16 | 761 | 1/14/2022 |
10.0.15 | 732 | 12/31/2021 |
10.0.14 | 575 | 12/28/2021 |
10.0.7 | 1,490 | 12/22/2021 |
10.0.5 | 752 | 12/18/2021 |
10.0.1 | 798 | 12/13/2021 |
9.9.9 | 1,272 | 11/29/2021 |
9.9.3 | 970 | 11/9/2021 |
9.9.2 | 636 | 11/4/2021 |
9.9.0 | 735 | 10/30/2021 |
9.8.9 | 711 | 10/29/2021 |
9.8.7 | 637 | 10/27/2021 |
9.8.6 | 609 | 10/27/2021 |
9.8.5 | 671 | 10/26/2021 |
9.8.0 | 1,423 | 10/20/2021 |
9.7.9 | 649 | 10/19/2021 |
9.7.5 | 1,508 | 10/14/2021 |
9.7.0 | 864 | 10/9/2021 |
9.6.7 | 667 | 8/30/2021 |
9.6.6 | 986 | 8/14/2021 |
9.4.0 | 3,731 | 6/24/2021 |
9.2.0 | 3,102 | 5/26/2021 |
9.1.4 | 1,279 | 4/21/2021 |
9.1.1 | 835 | 4/15/2021 |
9.1.0 | 670 | 4/14/2021 |
9.0.1 | 681 | 4/12/2021 |
9.0.0 | 571 | 4/5/2021 |
8.9.9 | 1,116 | 3/30/2021 |
8.9.3 | 1,620 | 3/19/2021 |
8.9.2 | 1,100 | 1/29/2021 |
8.9.1 | 1,067 | 1/24/2021 |
8.9.0 | 1,146 | 1/22/2021 |
8.7.0 | 2,455 | 11/15/2020 |
8.6.9 | 1,356 | 11/8/2020 |
8.6.6 | 2,062 | 11/2/2020 |
8.6.0 | 4,017 | 10/28/2020 |
8.5.0 | 1,950 | 10/23/2020 |
8.4.0 | 5,677 | 10/13/2020 |
8.3.1 | 2,700 | 10/5/2020 |
8.3.0 | 1,293 | 10/3/2020 |
8.2.2 | 2,117 | 9/26/2020 |
8.2.1 | 1,405 | 9/25/2020 |
8.2.0 | 1,383 | 9/25/2020 |
8.1.18 | 6,070 | 9/13/2020 |
8.1.17 | 1,398 | 9/13/2020 |
8.1.16 | 695 | 9/13/2020 |
8.1.15 | 1,990 | 9/12/2020 |
8.1.11 | 2,636 | 9/11/2020 |
8.1.10 | 1,371 | 9/6/2020 |
8.1.9 | 1,360 | 9/3/2020 |
8.1.8 | 1,366 | 9/2/2020 |
8.1.7 | 1,226 | 8/28/2020 |
8.1.4 | 1,275 | 8/25/2020 |
8.1.3 | 1,292 | 8/18/2020 |
8.1.2 | 1,268 | 8/16/2020 |
8.1.1 | 1,367 | 8/15/2020 |
8.1.0 | 686 | 8/15/2020 |
8.0.1 | 2,810 | 8/7/2020 |
8.0.0 | 1,292 | 8/7/2020 |
7.0.1 | 1,400 | 6/28/2020 |
7.0.0 | 1,292 | 6/28/2020 |
5.0.2 | 4,198 | 2/27/2020 |
5.0.1 | 3,289 | 2/25/2020 |
5.0.0 | 1,414 | 2/25/2020 |
4.0.4 | 7,916 | 1/27/2020 |
4.0.3 | 1,295 | 1/27/2020 |
4.0.2 | 1,452 | 1/16/2020 |
4.0.1 | 1,385 | 1/11/2020 |
4.0.0 | 1,417 | 1/5/2020 |
3.1.1 | 4,212 | 12/4/2019 |
3.1.0 | 2,790 | 11/10/2019 |
3.0.1 | 2,760 | 10/28/2019 |
3.0.0 | 1,936 | 10/23/2019 |
2.0.5 | 1,086 | 10/21/2019 |
2.0.4 | 3,452 | 10/19/2019 |
2.0.2 | 1,878 | 10/18/2019 |
2.0.1 | 3,940 | 10/15/2019 |
2.0.0 | 1,677 | 10/13/2019 |
1.1.9 | 1,434 | 10/11/2019 |
1.1.8 | 1,446 | 10/10/2019 |
1.1.7 | 616 | 10/9/2019 |
1.1.6 | 683 | 10/6/2019 |
1.1.5 | 657 | 10/6/2019 |
1.1.4 | 654 | 10/6/2019 |
1.1.3 | 673 | 10/5/2019 |
1.1.2 | 655 | 10/5/2019 |