Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sqlfluff/sqlfluff-online

An online SQL formatter, via SQLFluff.
https://github.com/sqlfluff/sqlfluff-online

formatter python sql

Last synced: 9 days ago
JSON representation

An online SQL formatter, via SQLFluff.

Awesome Lists containing this project

README

        

# SQLFluff Online

![Lint and 100% Test Coverage](https://github.com/sqlfluff/sqlfluff-online/workflows/Lint%20and%20100%25%20Test%20Coverage/badge.svg)
[![Security Headers Rating](https://img.shields.io/security-headers?url=https%3A%2F%2Fonline.sqlfluff.com)](https://securityheaders.com/?q=https%3A%2F%2Fonline.sqlfluff.com&followRedirects=on)
[![TLS Observatory](https://img.shields.io/mozilla-observatory/grade-score/online.sqlfluff.com?publish)](https://observatory.mozilla.org/analyze/online.sqlfluff.com)
[![PyPi License](https://img.shields.io/pypi/l/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)

This repo contains an online SQLFluff formatter. It's useful for those who want to format one-off, adhoc sql that isn't worth saving to a file. You can also use it to see how fluff would format your queries.

You can use the application on [online.sqlfluff.com](https://online.sqlfluff.com/)! Enjoy.