-
Patch to demonstrate the issue in the playground (updated to use Kysely directly)
```diff
diff --git a/playground/src/modules/utils.ts b/playground/src/modules/utils.ts
index 8735016..7ddecd2…
-
Kysely has a lot of [third-party dialects](https://github.com/kysely-org/awesome-kysely?tab=readme-ov-file#dialects) like [pglite](https://github.com/dnlsandiego/kysely-pglite) (useful as in-memory DB…
-
**Describe the bug**
Getting the following error when trying to sign-in with Apple when the account already exists:
```
LibsqlError: SQL_PARSE_ERROR: SQL string could not be parsed: near WHERE, "No…
-
# Description
Currently, the `kysely.config.ts` file is importing the `kysely` instance I created on a separate file and the path is an alias path like `@/path/to/kysely`.
This throws an error o…
-
### Adapter type
@auth/kysely-adapter
### Environment
System:
OS: macOS 14.0
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 32.53 MB / 16.00 GB
Shell: 5.9 …
-
Hello,
I tried to use `kysely-codegen` with Deno. Since `kysely` supports Deno, I thought `kysely-codegen` will work too.
I ran:
```sh
deno run npm:kysely-codegen
```
It outputs:
```tex…
-
Hi - I'd like to contribute to this repo - however, I'm unsure how to install the peer dependencies appropriately.
Cloning the repo from master, running pnpm install, then running `pnpm run build` …
-
### What version of `drizzle-orm` are you using?
0.31.0
### What version of `drizzle-kit` are you using?
0.20.13
### Describe the Bug
Hello.
I have some types problems using kysely with drizzl…
-
I'm trying to run kysely-codegen with another env variable since DATABASE_URL is already set in my .bashrc for another project.
So I set a DB_URL env variable in a `.env` file at the root of my pro…
-
Using the recent version (`0.10.0`) of `@libsql/client` leads to the following typing error when initializing the dialect via:
```ts
const dialect = new LibsqlDialect({
client: createClient({
…