kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Explore adding non-type-safe JSON traversal usage of `JSONPathBuilder` in `sql.ref`.

Open igalklebanov opened this issue 2 years ago • 0 comments

Hey 👋

The new JSON traversal ability released in https://github.com/kysely-org/kysely/releases/tag/0.26.0, might be also viable in a non-type-safe way using sql.ref. Probably returning JSONPathBuilder<any>.

igalklebanov avatar Jul 08 '23 14:07 igalklebanov