diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-05 01:54:18 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-05 01:54:18 +0000 |
commit | 02530168067d671eb4c1ee7212390e274bef02f9 (patch) | |
tree | 4abaa5740855d179bcf2775703e43afc508aa55a | |
parent | 20ceb5d8d099b42fb1ec7145d7e8aa7290954bfb (diff) | |
download | gitlab-ce-02530168067d671eb4c1ee7212390e274bef02f9.tar.gz |
Add pgFormatter as a database tooling
Includes a PostgreSQL syntax beautifier as a database tooling.
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 5df6ec5fd56..1566173992a 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -82,6 +82,7 @@ description: 'Learn how to contribute to GitLab.' - [Understanding EXPLAIN plans](understanding_explain_plans.md) - [explain.depesz.com](https://explain.depesz.com/) for visualising the output of `EXPLAIN` +- [pgFormatter](http://sqlformat.darold.net/) a PostgreSQL SQL syntax beautifier ### Migrations |