You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having coded up everything using reader.getRows() I noticed their appear to be a set of undocumented utility functions that - I assume - combine all the column header and row values into an array of objects?
Could we get example cases for reading/writing using objects into the docs? I'm pretty nervous about how fragile the lower level interface is when my schema changes.
Once again - thanks for wrapping DuckDB for us! Super useful tool.
The text was updated successfully, but these errors were encountered:
See the section "Convert Result Data to JSON" in the docs on the NPM page. The docs on duckdb.org are a bit out of date; I'll work on getting them updated.
Having coded up everything using
reader.getRows()
I noticed their appear to be a set of undocumented utility functions that - I assume - combine all the column header and row values into an array of objects?Could we get example cases for reading/writing using objects into the docs? I'm pretty nervous about how fragile the lower level interface is when my schema changes.
Once again - thanks for wrapping DuckDB for us! Super useful tool.
The text was updated successfully, but these errors were encountered: