Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-07-05 04:54:18 +0300
committerEvan Read <eread@gitlab.com>2019-07-05 04:54:18 +0300
commit02530168067d671eb4c1ee7212390e274bef02f9 (patch)
tree4abaa5740855d179bcf2775703e43afc508aa55a
parent20ceb5d8d099b42fb1ec7145d7e8aa7290954bfb (diff)
Add pgFormatter as a database tooling
Includes a PostgreSQL syntax beautifier as a database tooling.
-rw-r--r--doc/development/README.md1
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