We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c659f5 commit e16ca69Copy full SHA for e16ca69
1 file changed
sources/postgresql/TPostgreSQLDatabase.js
@@ -8,7 +8,7 @@
8
*
9
*/
10
11
-import * as PostgreSQL from 'pg-promise'
+import PostgreSQL from 'pg-promise'
12
import { TAbstractDatabase } from '../core/databases/TAbstractDatabase'
13
14
const PostgreSQLDriver = PostgreSQL( {} )
0 commit comments