Hacker News new | ask | show | jobs
by jklein11 2142 days ago
The user is supplying json?
1 comments

There is a key-value interface so not directly.
Why not store this data into a relational database?
Because values can be different types (string, int, boolean).
Can't you store them all as varchar? You could even have a type column if you wanted to enforce the types in some way at the application level.