An open API service indexing awesome lists of open source software.

https://github.com/kokosing/trino-query-formatter

Presto SQL query formatter
https://github.com/kokosing/trino-query-formatter

presto presto-parser sql sql-format

Last synced: 2 months ago
JSON representation

Presto SQL query formatter

Awesome Lists containing this project

README

          

# Trino-query-formatter
SQL query formatter that supports Trino syntax

# Build

```
./mvnw clean install
```

# Usage

```
echo 'SELECT 1;' | java -jar target/trino-query-formatter-*-executable.jar
```