We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a21ad commit 4ea4a59Copy full SHA for 4ea4a59
src/subscribe.js
@@ -11,6 +11,7 @@ export default function Subscribe(postgres, options) {
11
12
const sql = subscribe.sql = postgres({
13
...options,
14
+ transform: { column: {}, value: {}, row: {} },
15
max: 1,
16
fetch_types: false,
17
idle_timeout: null,
0 commit comments