Tools and extensions for working with data.


Keywords
clay, utility, extension, sql, connection, tsql, parser, c-sharp, csharp, dotnet-core, dotnetcore, library
License
MIT
Install
Install-Package SourceCode.Clay.Data.SqlParser -Version 5.2.0

Documentation

Clay

License: MIT Build status Code Coverage CodeFactor

   ______  _____          _     ____  ____  
 .' ___  ||_   _|        / \   |_  _||_  _| 
/ .'   \_|  | |         / _ \    \ \  / /   
| |         | |   _    / ___ \    \ \/ /    
\ `.___.'\ _| |__/ | _/ /   \ \_  _|  |_    
 `.____ .'|________||____| |____||______| 

Tools and extensions to the .Net framework.

Prerequisites

Getting started

Getting started with Git and GitHub

  • People new to GitHub should consider using GitHub for Windows.
  • If you decide not to use GHFW you will need to:
  1. Set up Git and connect to GitHub
  2. Fork the Clay repository

Rules for Our Git Repository

  • We use "A successful Git branching model". What this means is that:
    • You need to branch off of the develop branch when creating new features or non-critical bug fixes.
    • Each logical unit of work must come from a single and unique branch:
      • A logical unit of work could be a set of related bugs or a feature.
      • You should wait for us to accept the pull request (or you can cancel it) before committing to that branch again.

License

Clay is licensed under the MIT license, which can be found in LICENSE.

Additional Restrictions

  • We only accept code that is compatible with the MIT license (essentially, MIT and Public Domain).
  • Copying copy-left (GPL-style) code is strictly forbidden.