<@U01MV4U2EV9> I was trying out <https://github.co...
# help
k
@thdxr I was trying out https://github.com/serverless-stack/kysely-data-api and I am having an interesting issue, what is the type of a
json
field supposed to be, I am hitting the WTF here 😛 (using mysql)
t
lol did I write that
yes I did
can you edit node modules and log the type?
k
Yeah the type is
object
but the
Buffer.isBuffer
is failing
t
ahh
let me look
k
I can just do something like
Buffer.from(JSON.stringify(value))
I don’t know if that would save it correctly 😂
trying it now
t
yeah idk what the rds data pi expects
looks like it needs to be a bit more than just what it is right now
Looking into this and maybe I’ll send a PR 🙂