Hacker News new | ask | show | jobs
by fastball 2142 days ago
There is a key-value interface so not directly.
1 comments

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.