There have been multipleexamples where users would like to do something that extends Neon, but requires direct access to Node-API. Sometimes these features to not align with Neon's philosophy.
As an escape hatch, we provide an unsafe sys feature that exposes Node-API and conversions to and from Neon types.
There have been multiple examples where users would like to do something that extends Neon, but requires direct access to Node-API. Sometimes these features to not align with Neon's philosophy.
As an escape hatch, we provide an unsafe
sys
feature that exposes Node-API and conversions to and from Neon types.