fucking bruh
deno's `@db/sqlite` without "int64 mode" trims all numbers to int32
despite them fitting perfectly in int53
`better-sqlite3` and `bun:sqlite` just try to fit all sqlite `integer`s into js number (and lose precision of it doesn't), but `@db/sqlite` for some reason `| 0`-s them
and in "int64 mode" it returns bigints which breaks half my code bc it expects numbers
i love deno so fucking much you can't even imagine