logoalt Hacker News

MoonWalktoday at 6:35 PM1 replyview on HN

That does seem cool. So there are sufficient functions to iterate through collections that might be stored in a single row of a JSON column?


Replies

duskwufftoday at 6:50 PM

Yes, using the table-valued JSON functions like JSON_EACH and JSON_TREE (which works recursively). Details: https://sqlite.org/json1.html#table_valued_functions_for_par...