Skip to content

Commit

Permalink
Reference other projects in same space
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 5, 2019
1 parent efe3fd2 commit 886a470
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@ Example Configuration
}
}
Prior Art
---------

``squabble`` is of course not the first tool in this space. If it
doesn't fit your needs, consider one of these tools:

- `sqlcheck <https://github.com/jarulraj/sqlcheck>`__ - regular
expression based (rather than parsing), focuses more on ``SELECT``
statements than migrations.
- `sqlint <https://github.com/purcell/sqlint>`__ - checks that the
syntax of a file is valid. Uses the same parsing library as
squabble.
- `sqlfluff <https://github.com/alanmcruickshank/sqlfluff>`__ -
focused more on style and formatting, seems to still be a work in
progress.


Acknowledgments
---------------
Expand Down

0 comments on commit 886a470

Please sign in to comment.