We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0a421 commit 390fc2dCopy full SHA for 390fc2d
test/test.js
@@ -61,4 +61,5 @@ db.q('SELECT * FROM test_table').then(res => console.dir)
61
db.q('SELECT * FROM test_table', {}, true).then((res) => {
62
db.q('SELECT * FROM test_table', {}, true)
63
console.dir(res)
64
+ process.exit()
65
})
0 commit comments