Why is there no jsonb_each in SQLite?
I have been working with SQLite’s JSON1 extension and have noticed that while there are jsonb_
variants for nearly all json_
functions, the jsonb_each
function seems to be missing.
I have been working with SQLite’s JSON1 extension and have noticed that while there are jsonb_
variants for nearly all json_
functions, the jsonb_each
function seems to be missing.