On Feb 15, 2017, at 7:34 AM, Gabriel Marais <gabriel.j.marais at gmail.com> wrote:
> 
> My DB Connections file looks like :-
> sql_admin_db {
  That's wrong.  Please follow the examples
  You need to use:
sql sql_admin_db {
  Which means "use the SQL module, but we're making a variant of it, called sql_admin_db"
  Alan DeKok.