redshift driver should be only for premium

This commit is contained in:
SPRINX0\prochazka
2024-11-01 10:17:13 +01:00
parent a74b789a8c
commit 8f57d3a316
2 changed files with 10 additions and 4 deletions

View File

@@ -264,6 +264,7 @@ const redshiftDriver = {
engine: 'redshift@dbgate-plugin-postgres',
title: 'Amazon Redshift',
defaultPort: 5439,
premiumOnly: true,
databaseUrlPlaceholder: 'e.g. redshift-cluster-1.xxxx.redshift.amazonaws.com:5439/dev',
showConnectionField: (field, values) =>
['databaseUrl', 'user', 'password', 'isReadOnly', 'useSeparateSchemas'].includes(field),