magic.lambda.sqlite 17.2.0

dotnet add package magic.lambda.sqlite --version 17.2.0
NuGet\Install-Package magic.lambda.sqlite -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.sqlite" 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.sqlite --version 17.2.0
#r "nuget: magic.lambda.sqlite, 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.sqlite as a Cake Addin
#addin nuget:?package=magic.lambda.sqlite&version=17.2.0

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

magic.lambda.sqlite - 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
  • [sqlite.connections.flush] - Flushed cached schemas and connection pools

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. If you need for instance documentation about the [sqlite.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.sqlite

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.

  • 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.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 264 1/22/2024
17.1.7 158 1/12/2024
17.1.6 125 1/11/2024
17.1.5 152 1/5/2024
17.0.1 161 1/1/2024
17.0.0 329 12/14/2023
16.11.5 286 11/12/2023
16.9.0 281 10/9/2023
16.7.1 304 9/4/2023
16.7.0 298 7/11/2023
16.4.1 311 7/2/2023
16.4.0 317 6/22/2023
16.3.1 286 6/7/2023
16.3.0 269 5/28/2023
16.2.0 317 5/13/2023
16.1.9 395 4/30/2023
15.10.11 419 4/13/2023
15.9.1 554 3/27/2023
15.9.0 438 3/24/2023
15.8.2 453 3/20/2023
15.7.0 343 3/6/2023
15.5.0 1,497 1/28/2023
15.2.0 588 1/18/2023
15.1.0 1,114 12/28/2022
14.5.7 653 12/13/2022
14.5.5 737 12/6/2022
14.5.1 601 11/23/2022
14.5.0 568 11/18/2022
14.4.5 659 10/22/2022
14.4.1 723 10/22/2022
14.4.0 605 10/17/2022
14.3.1 1,203 9/12/2022
14.3.0 582 9/10/2022
14.1.3 848 8/7/2022
14.1.2 595 8/7/2022
14.1.1 629 8/7/2022
14.0.14 645 7/26/2022
14.0.12 615 7/24/2022
14.0.11 596 7/23/2022
14.0.10 590 7/23/2022
14.0.9 579 7/23/2022
14.0.8 665 7/17/2022
14.0.5 732 7/11/2022
14.0.4 700 7/6/2022
14.0.3 631 7/2/2022
14.0.2 619 7/2/2022
14.0.0 813 6/25/2022
13.4.0 2,005 5/31/2022
13.3.4 1,391 5/9/2022
13.3.0 906 5/1/2022
13.2.0 1,142 4/21/2022
13.1.0 965 4/7/2022
13.0.0 670 4/5/2022