Skip to content

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

Stars

11 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages