mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
In line with [other work](#127) for JSON support, this PR adds support for [`json_array_length`](https://www.sqlite.org/json1.html#jarraylen). This includes a first pass at supporting the JSON path for accessing values within the JSON. I've added tests in rust and tcl.  Closes #555