<@U0BLPSJAK>, Hi. Could you please help with using...
# korge
y
@Deactivated User, Hi. Could you please help with using BigInt and sql delight if you had experience with the last 🙂
cc @Denmusic92
r
What problem do you have?
y
@RezMike, Denis Chorny asking how to save BigInt with sqldelight, I've just forwarded the message
r
@y9san9 what about saving it as string? using
toString()
and
BigInt(string)
?
y
It is the last way we would like to do, but before we should check for type providers or something like this. Sqlight have BIGINT type that is acceptable for us.
d
Never used sql delight. Does it support providing custom serializers/deserializers?
Is there anything I can do here on my side to help you with that?
y
No, sorry for mention, just asked if you had experience 🙂 We've solved the problem by serializing it to string.
d
Ohh I see :) okay then. Glad you managed to somehow handle that 👍