kysely
kysely copied to clipboard
Add ability to create json paths in `ExpressionBuilder`.
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.