Skip to content

lpillmann/sqlfluff-online

 
 

Repository files navigation

SQLFluff Online

Lint and Test

Fluff is a SQL formatter that I like a lot. I built this app because I often want to format one-off, adhoc sql that isn't even worth saving to a file.

You can use the application on Heroku.

Development

Set up a python (3.8) environment:

$ pip install -r requirements-dev.txt

Run the app locally:

$ flask run

Lint and run unit tests:

$ tox

Run the production application:

$ python -m app.wsgi

About

An online SQL formatter, via SQLFluff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.0%
  • HTML 50.0%