-
Really enjoyed reading through the code base. After browsing for a while, I also got a good laugh at the comment at the top of: https://github.com/kysely-org/kysely/blob/master/src/plugin/with-schema/with-schema-transformer.ts
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
You can use Prisma for schema management and migrations, while using Kysely for query building and execution (check out https://github.com/valtyr/prisma-kysely). This is especially great in FaaS where Prisma is causing people trouble.
-
stacks
⚛️ Progressive full-stack framework. Develop modern apps, clouds & framework-agnostic libraries—faster. For Web Artisans. (by stacksjs)
https://github.com/stacksjs/stacks are working on something with Kysely as well.
Related posts
-
Show HN: TypeSafe SQL-Like ORM and Query Builders for TypeScript/JS
-
Show HN: Tsynamo – Type-friendly DynamoDB query builder for TypeScript
-
Kysely – type-safe TypeScript SQL query builder
-
any typescript users, that'd be interested in using oracledb with kysely (the type-safe query builder)?
-
Kysely - Typescript successor to Knex - `kysely-codegen` also generates types from your existing database.