penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

JSON function support #127

Open penberg opened 1 month ago

penberg commented 1 month ago

SQLite has a rich set of functions to work with JSON, let's implement it: https://github.com/penberg/limbo/blob/main/docs/sqlite-compat.md#json-functions

Crystalsage commented 1 month ago

Hi @penberg, the link seems to be wrong.

Is this referring to: https://github.com/penberg/limbo/blob/main/COMPAT.md#json-functions?

penberg commented 1 month ago

Yes good catch @Crystalsage

JeanArhancet commented 3 weeks ago

Will take a shot at implementing the json() function.