issues
search
duckdb
/
duckdb-node-neo
Second iteration on a DuckDB Node.js client
MIT License
31
stars
1
forks
source link
data value overhaul
#38
Closed
jraymakers
closed
4 weeks ago
jraymakers
commented
4 weeks ago
API:
Return wrapper objects for non-primitive data types.
Tighten up type safety in the data types and vectors, and fix a couple type bugs this found.
Bindings:
Change type of
micros
property of
Time
from
number
to
bigint
, so it matches the C API.
micros
property ofTime
fromnumber
tobigint
, so it matches the C API.