SqlSharpener 1.0.6

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SqlSharpener --version 1.0.6
NuGet\Install-Package SqlSharpener -Version 1.0.6
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="SqlSharpener" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SqlSharpener --version 1.0.6
#r "nuget: SqlSharpener, 1.0.6"
#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 SqlSharpener as a Cake Addin
#addin nuget:?package=SqlSharpener&version=1.0.6

// Install SqlSharpener as a Cake Tool
#tool nuget:?package=SqlSharpener&version=1.0.6

Parses SQL files to create a meta-object hierarchy with which you can generate C# code such as stored procedure wrappers or Entity Framework entities. Includes templates. Go to https://github.com/aeslinger0/sqlsharpener for more info!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.10 9,507 5/26/2015
1.0.9 1,007 5/14/2015

Added tables to the meta builder.
Refactored code to be more object-oriented.
Added more XML comments to generated code.