feat: support postgresql protocol in database URI (#7757)
This commit is contained in:
@@ -227,6 +227,7 @@ export function getDatabaseAdapter(databaseURI, collectionPrefix, databaseOption
|
||||
}
|
||||
switch (protocol) {
|
||||
case 'postgres:':
|
||||
case 'postgresql:':
|
||||
return new PostgresStorageAdapter({
|
||||
uri: databaseURI,
|
||||
collectionPrefix,
|
||||
|
||||
Reference in New Issue
Block a user