fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL"

This commit is contained in:
Jan Piotrowski
2022-04-19 17:00:55 +02:00
committed by GitHub
parent 21642e0a3e
commit 63521002cc

View File

@@ -100,7 +100,7 @@ $$ LANGUAGE plpgsql;`,
const postgresDriver = {
...postgresDriverBase,
engine: 'postgres@dbgate-plugin-postgres',
title: 'Postgre SQL',
title: 'PostgreSQL',
defaultPort: 5432,
dialect: {
...dialect,