mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
This adds the [`json_each`](https://sqlite.org/json1.html#the_json_each_ and_json_tree_table_valued_functions) TVF. Only the 1-arg version is supported for now. As suggested in the comments on this PR, I've also extended the virtual table system to support internal TVF's, as opposed to extensions and pragma TVF's. Reviewed-by: Preston Thorpe <preston@turso.tech> Closes #2691