Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix another typo in README.md
  • Loading branch information
brncsk authored Aug 6, 2023
commit 7ce4105d94bfafba5ba84384c8aa4f99776a3f58
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This is a proof of concept for building both a concrete syntax tree and an abstr
- ... anything you can think of really
5. _Integrate all the existing open source tooling_
- Show migration file lint errors from [squawk](https://github.com/sbdchd/squawk)
- Show plpsql lint errors from [plpsql_check](https://github.com/okbob/plpgsql_check)
- Show plpsql lint errors from [plpgsql_check](https://github.com/okbob/plpgsql_check)
6. _Build missing pieces_
- An optionated code formatter (think prettier for PostgreSQL)
7. _(Maybe) Support advanced features with declarative schema management_
Expand Down