cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.44k stars 108 forks source link

cozo-node - add support for BigInt #163

Closed Madd0g closed 12 months ago

Madd0g commented 1 year ago

Currently if I say my column is of type Int and try to pass a bigint, I get this error:

Javascript value cannot be converted.

Additionally, I wanted to mention for a while now that errors coming back from cozo do not contain the err.stack attribute which usually all errors have, making it harder to debug.