SqlBuildingBlocks.Core 1.0.0.103

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

// Install SqlBuildingBlocks.Core as a Cake Tool
#tool nuget:?package=SqlBuildingBlocks.Core&version=1.0.0.103

SqlBuildingBlocks

Build

Project Status

IMPORTANT NOTE: This project is currently under development and not yet viable for production use. It is a work in progress, and we appreciate your patience, help and/or interest.

Overview

SqlBuildingBlocks is an extensible open-source library, designed to parse SQL into manageable, logical classes tailored to different database technologies. It's built upon Irony's SQLGrammar example and leverages design patterns like Factory and Strategy for customization of SQL parsing, making it an excellent tool for working with SQL across multiple databases.

Project Objectives

  • Extensibility: Cater to various database technologies by providing specialized grammars.
  • Usability: Represent complex SQL grammar in a more manageable, logical, and user-friendly format.
  • Testability: Offer a strong unit-testing framework to ensure the reliability of the code.

How It Works

SqlBuildingBlocks breaks down SQL into fundamental 'building blocks', or NonTerminal classes, each of which can handle a specific part of the SQL language. These NonTerminal classes use a factory pattern to create 'logical' classes that represent the elements of the SQL language.

Future Developments

Our roadmap for SqlBuildingBlocks includes developing custom grammars for popular database technologies such as SQL Server, MySQL and PostgreSQL. Furthermore, we are working on a general all-purpose query engine which is still in its infancy. Stay tuned for these exciting updates!

Contributing

We're open to contributions from the community. Contributions are welcome. Please refer to our contributing guidelines for more information.

License

This project is licensed under the terms of the MIT license. For more information, please see the LICENSE file.

Installation

Install builds via Nuget.

Package Name Release (NuGet)
SqlBuildingBlocks.Core NuGet
SqlBuildingBlocks.Grammars.AnsiSQL NuGet
SqlBuildingBlocks.Grammars.MySQL NuGet
SqlBuildingBlocks.Grammars.PostgreSQL NuGet
SqlBuildingBlocks.Grammars.SQLServer NuGet

Contact

For any inquiries or issues related to SqlBuildingBlocks, please open an issue on GitHub, and we'll do our best to respond promptly.

We're excited to embark on this journey with the community and look forward to seeing SqlBuildingBlocks grow! Stay tuned for more updates as the project progresses.

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 (4)

Showing the top 4 NuGet packages that depend on SqlBuildingBlocks.Core:

Package Downloads
SqlBuildingBlocks.Grammars.SQLServer

Package Description

SqlBuildingBlocks.Grammars.MySQL

Package Description

SqlBuildingBlocks.Grammars.PostgreSQL

Package Description

SqlBuildingBlocks.Grammars.AnsiSQL

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.103 594 4/16/2024
1.0.0.102 190 4/15/2024
1.0.0.101 1,079 4/7/2024
1.0.0.99 184 4/3/2024
1.0.0.97 661 3/27/2024
1.0.0.96 379 3/16/2024
1.0.0.94 514 12/20/2023
1.0.0.93 262 11/21/2023
1.0.0.92 233 10/23/2023
1.0.0.91 248 10/22/2023
1.0.0.90 228 10/22/2023
1.0.0.89 224 10/22/2023
1.0.0.88 221 10/22/2023
1.0.0.87 211 10/16/2023
1.0.0.86 210 10/16/2023
1.0.0.85 199 10/16/2023
1.0.0.84 4,614 10/10/2023
1.0.0.83 1,616 9/26/2023
1.0.0.82 211 9/26/2023
1.0.0.81 207 9/26/2023
1.0.0.80 403 9/25/2023
1.0.0.79 444 9/22/2023
1.0.0.78 1,087 9/17/2023
1.0.0.77 1,028 9/14/2023
1.0.0.76 197 9/14/2023
1.0.0.75 195 9/13/2023
1.0.0.74 378 9/12/2023
1.0.0.73 217 9/12/2023
1.0.0.72 228 9/12/2023
1.0.0.71 200 9/12/2023
1.0.0.70 218 9/12/2023
1.0.0.69 238 9/9/2023
1.0.0.68 609 9/8/2023
1.0.0.67 218 9/8/2023
1.0.0.66 260 9/8/2023
1.0.0.65 237 9/8/2023
1.0.0.64 260 9/8/2023
1.0.0.63 235 9/8/2023
1.0.0.62 208 9/5/2023
1.0.0.61 594 9/1/2023
1.0.0.60 220 9/1/2023
1.0.0.58 414 8/31/2023
1.0.0.57 1,124 8/15/2023
1.0.0.56 286 8/14/2023
1.0.0.55 305 8/10/2023
1.0.0.54 286 8/10/2023
1.0.0.53 274 8/6/2023
1.0.0.52 300 8/6/2023
1.0.0.51 282 8/6/2023
1.0.0.50 295 8/6/2023
1.0.0.49 292 8/5/2023
1.0.0.48 265 8/4/2023
1.0.0.47 272 8/4/2023
1.0.0.46 299 8/4/2023
1.0.0.45 279 8/2/2023
1.0.0.44 319 8/2/2023
1.0.0.43 279 8/1/2023
1.0.0.42 279 7/31/2023
1.0.0.41 272 7/30/2023
1.0.0.40 224 7/30/2023
1.0.0.39 245 7/27/2023
1.0.0.38 269 7/25/2023
1.0.0.37 280 7/24/2023
1.0.0.36 254 7/24/2023
1.0.0.35 266 7/23/2023
1.0.0.34 270 7/22/2023
1.0.0.33 286 7/21/2023
1.0.0.32 274 7/19/2023
1.0.0.31 262 7/19/2023
1.0.0.30 276 7/19/2023
1.0.0.29 279 7/19/2023
1.0.0.28 268 7/18/2023
1.0.0.27 270 7/18/2023
1.0.0.26 298 7/18/2023
1.0.0.25 333 7/16/2023
1.0.0.24 287 7/16/2023
1.0.0.23 288 7/15/2023
1.0.0.22 285 7/14/2023
1.0.0.21 288 7/14/2023
1.0.0.20 294 7/14/2023
1.0.0.19 283 7/14/2023
1.0.0.18 280 7/14/2023
1.0.0.17 288 7/14/2023
1.0.0.16 282 7/13/2023
1.0.0.15 288 7/13/2023
1.0.0.14 313 7/12/2023
1.0.0.13 301 7/12/2023
1.0.0.12 299 7/11/2023
1.0.0.11 283 7/11/2023
1.0.0.10 284 7/11/2023
1.0.0.9 282 7/11/2023
1.0.0.8 311 7/11/2023
1.0.0.7 322 7/10/2023
1.0.0.6 303 7/9/2023
1.0.0.5 295 7/8/2023
1.0.0.4 290 7/8/2023
1.0.0.3 309 7/8/2023