Alistair Smith
Alistair Smith
Self explanatory. Was looking to share on twitter but couldn't find a button, so I made it 😝
Co-authored-by: ztiger
Implement basic documentation. We could use: - Docusaurus - Custom - Nextra
Right now, subcommands are not supported. An API for this would be fantastic.
Don't merge this yet - haven't had a chance to test it
This PR introduces a fix where enum list values are typed as `MyEnum[]` but Prisma's migrations actually store them as a string format. Since kysely is just a query builder,...
With postgres as a datasource, prisma will let you use an enum array as a value. Example: ```prisma enum UserPermissions { FOO BAR } model User { id String @id...
### 🔍 Search Terms native methods apply bind deprioritise autocomplete ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't...