Skip to content

ronymmoura/sql-formatter

Repository files navigation

SQL Formatter

NuGet version Build Status

C# Library to turn your SQL pretty.

Usage

Import the nuget package:

Install-Package SqlFormatter -Pre

Import the SqlFormatter namespace contained in SqlFormatter.dll.

var formatter = new Formatter("SELECT * FROM TEST");
var formattedSQL = formatter.Format();

To be implemented

  • Formatting of querys with CREATE, ALTER, DROP
  • A better way to format subquerys

About

【WIP】C# library to turn your SQL pretty.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages