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 7f94ad1 commit cd2dcd8Copy full SHA for cd2dcd8
README.md
@@ -84,6 +84,8 @@ await connection.execute(`
84
// Fetch data
85
const statement = await connection.execute("SELECT * FROM users");
86
87
+await statement.MyNonexistentfetchResult();
88
+
89
// fetch statement result
90
const { data, meta } = await statement.fetchResult();
91
0 commit comments