magic.lambda.sqlite
14.0.0
See the version list below for details.
dotnet add package magic.lambda.sqlite --version 14.0.0
NuGet\Install-Package magic.lambda.sqlite -Version 14.0.0
<PackageReference Include="magic.lambda.sqlite" Version="14.0.0" />
paket add magic.lambda.sqlite --version 14.0.0
#r "nuget: magic.lambda.sqlite, 14.0.0"
// Install magic.lambda.sqlite as a Cake Addin #addin nuget:?package=magic.lambda.sqlite&version=14.0.0 // Install magic.lambda.sqlite as a Cake Tool #tool nuget:?package=magic.lambda.sqlite&version=14.0.0
Using SQLite from Hyperlambda
This is the SQLite data adapter for Magic. This project allows you to provide a semantic lambda structure to its slots, which in turn will dynamically create a SQLite dialect SQL statement for you, for all basic types of CRUD SQL statements. In addition, it provides slots to open a SQLite database connection, and such allows you to declare your own SQL statements to be executed towards a SQLite database. Slots this project contains are as follows.
- [sqlite.connect] - Connects to a database
- [sqlite.create] - Creates a single record in the specified table
- [sqlite.read] - Reads multiple records from the specified table
- [sqlite.update] - Updates a single record in the specified table
- [sqlite.delete] - Deletes a single record in the specified table
- [sqlite.select] - Executes an arbitrary SQL statement, and returns results of reader as lambda objects to caller
- [sqlite.scalar] - Executes an arbitrary SQL statement, and returns the result as a scalar value to caller
- [sqlite.execute] - Executes an aribitrary SQL statement
- [sqlite.transaction.create] - Creates a new transaction
- [sqlite.transaction.commit] - Explicitly commits an open transaction
- [sqlite.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 [sqlite.xxx], you will use the sqlite 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.
Project website
The source code for this repository can be found at github.com/polterguy/magic.lambda.sqlite, and you can provide feedback, provide bug reports, etc at the same place.
Quality gates
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
- Aista.Data.Sqlite (>= 14.0.0)
- magic.data.common (>= 14.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on magic.lambda.sqlite:
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 | 426 | 1/22/2024 |
17.1.7 | 195 | 1/12/2024 |
17.1.6 | 154 | 1/11/2024 |
17.1.5 | 183 | 1/5/2024 |
17.0.1 | 192 | 1/1/2024 |
17.0.0 | 362 | 12/14/2023 |
16.11.5 | 322 | 11/12/2023 |
16.9.0 | 308 | 10/9/2023 |
16.7.1 | 358 | 9/4/2023 |
16.7.0 | 316 | 7/11/2023 |
16.4.1 | 358 | 7/2/2023 |
16.4.0 | 357 | 6/22/2023 |
16.3.1 | 317 | 6/7/2023 |
16.3.0 | 286 | 5/28/2023 |
16.2.0 | 345 | 5/13/2023 |
16.1.9 | 419 | 4/30/2023 |
15.10.11 | 445 | 4/13/2023 |
15.9.1 | 590 | 3/27/2023 |
15.9.0 | 449 | 3/24/2023 |
15.8.2 | 482 | 3/20/2023 |
15.7.0 | 361 | 3/6/2023 |
15.5.0 | 1,570 | 1/28/2023 |
15.2.0 | 616 | 1/18/2023 |
15.1.0 | 1,143 | 12/28/2022 |
14.5.7 | 684 | 12/13/2022 |
14.5.5 | 764 | 12/6/2022 |
14.5.1 | 636 | 11/23/2022 |
14.5.0 | 591 | 11/18/2022 |
14.4.5 | 686 | 10/22/2022 |
14.4.1 | 757 | 10/22/2022 |
14.4.0 | 631 | 10/17/2022 |
14.3.1 | 1,240 | 9/12/2022 |
14.3.0 | 595 | 9/10/2022 |
14.1.3 | 880 | 8/7/2022 |
14.1.2 | 624 | 8/7/2022 |
14.1.1 | 655 | 8/7/2022 |
14.0.14 | 676 | 7/26/2022 |
14.0.12 | 631 | 7/24/2022 |
14.0.11 | 622 | 7/23/2022 |
14.0.10 | 621 | 7/23/2022 |
14.0.9 | 604 | 7/23/2022 |
14.0.8 | 680 | 7/17/2022 |
14.0.5 | 760 | 7/11/2022 |
14.0.4 | 726 | 7/6/2022 |
14.0.3 | 660 | 7/2/2022 |
14.0.2 | 645 | 7/2/2022 |
14.0.0 | 836 | 6/25/2022 |
13.4.0 | 2,055 | 5/31/2022 |
13.3.4 | 1,423 | 5/9/2022 |
13.3.0 | 938 | 5/1/2022 |
13.2.0 | 1,182 | 4/21/2022 |
13.1.0 | 989 | 4/7/2022 |
13.0.0 | 695 | 4/5/2022 |