Hacker News new | ask | show | jobs
by jklein11 2138 days ago
Why not store this data into a relational database?
1 comments

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.