Skip to content

Commit 8f4129b

Browse files
Really? (backing version)
1 parent 93100b0 commit 8f4129b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TinySqlQuery.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { Client } from 'pg';
1+
import * as pg from 'pg';
22
import { isJsonObject } from 'tiny-essentials';
33
import PuddySqlInstance from './TinySQL.mjs';
44
import PuddySqlTags from './TinySqlTags.mjs';
55

6+
const { Client } = pg;
67
const clientBase = new Client();
78

89
/**

0 commit comments

Comments
 (0)