|
|
|
|
|
by joevandyk
5044 days ago
|
|
Postgresql 9.2 supports json, btw! You can store json, or, even better, you can write sql that returns an arbitrary json structure. So you can have one sql query return a nested array of hashes of arrays of hashes... handy if you need a retrieve a lot of different data at once that doesn't fit into a neat set of rows. |
|
This could then be used as an input format for object-relational modelling.