vlcn-orm
vlcn-orm copied to clipboard
i64 support in browser & node
@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.