-
Hello there,
> SideNote:
> I know that npm specifiers are an unstable feature, but since I have working code with them (see section `More Analysis`) I wonder which difference there is between ex…
-
## Problem
Right now, the only way to use the Prisma Edge client (@prisma/client/edge) is by using the Data Proxy. I cannot use PlanetScale at the edge with Prisma at the moment.
## Suggested s…
-
Some other NPM packages that have similar aims like Slonik support retrying transactions/queries. I can't find anything about retries in the kysely docs. Is there any plan to add support for retries t…
-
Is this intentional? It is a bit counter intuitive to me and makes the introspection feature slightly less useful
would be happy to do a PR if you think this change would make sense.
-
It seems like kysely-codegen sort columns by alphabetically. Why? We have more then 50 columns, and the order is important for readability. Please consider to keep order from `INFORMATION_SCHEMA`.
-
Seems to be a similar issue to #242, #885, and #1497 where the generated code (generated with `./node_modules/.bin/esbuild app.ts --bundle --target=es2020 --outfile=app.js` in this case) is transforme…
-
# Description
Help info is printed all on one line instead of separate lines, making it difficult to read.
# Expected Behavior
`npx kysely-codegen --help` prints the following
```
kysely-…
-
```typescript
const autoIncrementCol = createSql[0]?.sql
?.split(/[\(\),]/)
?.find((it) => it.toLowerCase().includes('autoincrement'))
?.split(/\s+/)?.[0]
?.replace(/["`]/…
-
### Question 💬
I'm using @auth/core in cloudflare workers so I'm putting the secret in the authOptions. However, assert config, it fails. console logging the options in @auth/core/lib/assert.js. I …
-
I upgraded from `0.6.0` to `0.7.4` and it now appears that the `--camel-case` option no longer works.
```
kysely-codegen --camel-case --dialect mysql --out-file ./core/db/db.types.ts
```