Debug using JS console possible? #289
Replies: 2 comments 1 reply
-
If you have access to the Coordinator, you can issue queries through Or, if you'd rather bypass the Coordinator's internal query manager (and related caching and consolidation), you can get the current database connector using |
Beta Was this translation helpful? Give feedback.
-
Using the Same for the That's precisely my problem. I don't want to promise, but the SQL result is a string. |
Beta Was this translation helpful? Give feedback.
-
I want to query the current DuckDB (connection) from the JS console for debugging, but I can't determine how to get the result from the promise. Does anyone have a tip on how to do that?
Beta Was this translation helpful? Give feedback.
All reactions