We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not supported by JSON. Should I look into something like Superjson but for Rust?
The text was updated successfully, but these errors were encountered:
Support for bigint would be nice, especially when paired with https://github.com/Brendonovich/prisma-client-rust which has a need for i64 due to Prisma's BigInt type.
See Brendonovich/prisma-client-rust#266
Would using strings for serialization and then post-processing the parsed string values be an option?
Sorry, something went wrong.
@beeb sorry completely missed your comment.
I think that would be the way to go but doing it in an automated fashion is a bit challenging with all the ideas I have had so far.
You can manually encode to string and decode to BigInt and that's what we are doing for Spacedrive.
BigInt
No branches or pull requests
It is not supported by JSON. Should I look into something like Superjson but for Rust?
The text was updated successfully, but these errors were encountered: