BasicSQLFormatter icon indicating copy to clipboard operation
BasicSQLFormatter copied to clipboard

Basic SQL Formatting Library for .NET

BasicSQLFormatter

Basic SQL Formatting Library for .NET

This is a simple port of the Hibernate BasicFormatterImpl

Link to original sources

Basic usage

var formattedText = new SQLFormatter("SELECT * FROM DUAL").Format();