Alistair Smith

Results 44 issues of Alistair Smith

Self explanatory. Was looking to share on twitter but couldn't find a button, so I made it 😝

Implement basic documentation. We could use: - Docusaurus - Custom - Nextra

documentation

Right now, subcommands are not supported. An API for this would be fantastic.

enhancement

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...

bug

### 🔍 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...

Suggestion
Help Wanted
Experience Enhancement