kysely
kysely copied to clipboard
add JSON Traversal recipe.
closes #570.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| kysely | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 14, 2023 8:07pm |
Cool, a recipe on how to work with JSON data in kysely was exactly what I was looking for!
But yeah, seems like WIP :-) But what I found quite valuable was:
- the JSON references section in the release notes for 0.26.0
- the
jsonfunction in recipes/extending-kysely
It seems more esotheric operators like PostgreSQL's ->> are not (yet?) supported?