Kysely (the type-safe SQL query builder for TypeScript) v0.29 is out btw
Kysely has released version 0.29, introducing several new features and improvements. Notable updates include compile-time helpers for table selection and omission, as well as a new ReadonlyKysely type for creating read-only instances. Additionally, the release includes support for query cancellation and a new PGlite dialect for enhanced database interactions.
- ▪Version 0.29 introduces $pickTables and $omitTables compile-time helpers to streamline query complexity.
- ▪A new ReadonlyKysely type allows for the creation of compile-time readonly database instances.
- ▪The release features web standards driven query cancellation support and a new PGlite dialect.
Hacker News (Newest) files mainly under programming. We currently carry 5,262 of its stories.
Opening excerpt (first ~120 words) tap to expand
kysely-org / kysely Public Notifications You must be signed in to change notification settings Fork 408 Star 13.8k Code Issues 141 Pull requests 18 Actions Projects Security and quality 4 Insights Additional navigation options Code Issues Pull requests Actions Projects Security and quality Insights Releases v0.29.0 0.29.0 Compare Choose a tag to compare Sorry, something went wrong. Filter Loading Sorry, something went wrong. Uh oh! There was an error while loading. Please reload this page. No results found View all tags igalklebanov released this 08 May 23:54 · 36 commits to master since this release Immutable release. Only release title and notes can be modified. v0.29.0 820f722 This commit was signed with the committer’s verified signature.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.