issues
search
duckdb
/
duckdb-node-neo
Second iteration on a DuckDB Node.js client
MIT License
30
stars
1
forks
source link
value conversion in api
#46
Closed
jraymakers
closed
3 weeks ago
jraymakers
commented
3 weeks ago
Add methods to some value types (Date, Time[TZ], Timestamp[TZ], Decimal) to convert from and to primitive values.
Expose some primitive-to-primitive conversion functions from the bindings.
Rename a few parameters and add some doc comments.
Add some unit tests for new API functions.