vlcn-orm icon indicating copy to clipboard operation
vlcn-orm copied to clipboard

i64 support in browser & node

Open tantaman opened this issue 2 years ago • 0 comments

@databases connections do not support 64 bit ints. They silently get truncated.

better-sqlite returns everything as bigints. Not great.

sqlite-3 has a fork that returns ints as strings if they'd overflow.

tantaman avatar Aug 18 '22 14:08 tantaman