Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sqlfluff/sqlfluff-online
- Owner: sqlfluff
- Created: 2020-06-28T19:43:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T19:48:57.000Z (10 days ago)
- Last Synced: 2024-11-04T20:37:55.638Z (10 days ago)
- Topics: formatter, python, sql
- Language: Python
- Homepage: https://online.sqlfluff.com/
- Size: 319 KB
- Stars: 33
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.