mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: add support for 'postgresql' scheme
This commit is contained in:
@@ -50,12 +50,12 @@ function parseConnectionURI(uri: string): ConnectionURI {
|
||||
dialect,
|
||||
};
|
||||
}
|
||||
case 'postgresql:':
|
||||
case 'postgres:': {
|
||||
driverName = 'pg';
|
||||
dialect = 'postgres';
|
||||
return {
|
||||
url,
|
||||
|
||||
driverName,
|
||||
dialect,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user