From ef7339f1f7060566474177956c61696d7ca6501c Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 5 Aug 2020 19:15:11 +0100 Subject: [PATCH] Update README.md --- sql/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sql/README.md b/sql/README.md index c34037f3..fc1f94b1 100644 --- a/sql/README.md +++ b/sql/README.md @@ -7,7 +7,8 @@ SQL Scripts You can quickly test these PostgreSQL scripts using `postgres.sh` which boots a docker container and drops in to `psql` shell with this directory mounted at `/sql` for easy sourcing eg. `\i /sql/postgres_query_times.sql` -See Also: +#### See Also: -`sqlcase.pl` in the [DevOps Perl tools](https://github.com/harisekhon/devops-perl-tools) repo - autocases your SQL code (I use this a lot and call it via hotkey configured in the `.vimrc` at the top level) - - there are specializations of this for most of the major SQL RDBMS and distributed SQL systems using their specific language keywords +`sqlcase.pl` in the [DevOps Perl tools](https://github.com/harisekhon/devops-perl-tools) repo - autocases your SQL code + - I use this a lot and call it via hotkey configured in my [.vimrc](https://github.com/HariSekhon/DevOps-Bash-tools/blob/master/.vimrc) + - there are specializations for most of the major SQL, RDBMS and distributed SQL systems using their specific language keywords