Y
Hacker News
new
|
ask
|
show
|
jobs
by
fastball
2142 days ago
There is a key-value interface so not directly.
1 comments
jklein11
2137 days ago
Why not store this data into a relational database?
link
fastball
2137 days ago
Because values can be different types (string, int, boolean).
link
jklein11
2134 days ago
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.
link