kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Add ability to create json paths in `ExpressionBuilder`.

Open igalklebanov opened this issue 2 years ago • 0 comments

Hey 👋

The new JSONPathBuilder released in https://github.com/kysely-org/kysely/releases/tag/0.26.0, could be used in a standalone way - not as part of a JSON reference. Giving consumers the ability to use JSON paths as SQL function arguments.

PostgreSQL, MySQL & SQLite all support JSON paths as function arguments.

We could expose it in ExpressionBuilder.

igalklebanov avatar Jul 08 '23 14:07 igalklebanov