Skip to content

How to store serde_json::Value in SQLite #4604

Answered by weiznich
0xffdcaa asked this question in Q&A
Discussion options

You must be logged in to vote

It's hard to answer what went wrong with implementing Altherr custom mapper without having the code you wrote.

As for the release: Given that this a free time project the best ETA I can give is: When it's done. You can certainly help making that happen faster by contributing, but otherwise there is specific timeline there.

For allowing any deserializable type there: That's unfortunately not possible as this generic impl would conflict with other existing impls. You can have that on case by case basis by implementing a custom deserialisation (diesel part, not serde part) for your type

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@0xffdcaa
Comment options

@0xffdcaa
Comment options

@weiznich
Comment options

Answer selected by 0xffdcaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants