-
I have a pretty innoscent daily scheduled task that used to work in a prior version in SQLite:
```ts
const maintenanceTask = (db: Kysely) => {
sql`VACUUM`.execute(db);
}
```
which now fa…
-
This looks related to `kysely` new releases. If I use `kysely@0.23.5` types are good, however `0.24.x` or `0.25.x` do not work here
```js
import { RDSData } from '@aws-sdk/client-rds-data'
impor…
-
the method `getTables` of `DatabaseIntrospector` just return `ColumnMetadata`, which lack of some information to tell is primary or not.
By the way, is there any way to get indices using introspectio…
-
The [docs](https://kysely.dev/docs/getting-started?dialect=mysql#instantiation) states that `mysql2` should be used instead of `mysql2/promise`.
```ts
import { createPool } from 'mysql2' // do not…
-
This is a feature request rather than an issue with Kysely.
It would be nice to have the ability to _compile_ the migrations to raw SQL that can then be applied to a DB at a later point. Other proj…
-
Is anyone using Kysely with RDS Proxy? I’m currently using Prisma and PlanetScale but I’d like to migrate to Kysely and then RDS Aurora (MySql Compatible) because it’s cheaper to scale and I can have …
-
### Describe the bug
In 3.0.1, clicking watch highlights, regardless of from pov of player or enemy, returns "An error occured" below "Starting CS2".
### Demo links
http://replay172.valve.net/…
-
I saw a pull request for a test of Kysely + Postgres + Cloudflare:
https://github.com/kysely-org/kysely/pull/574/files
The first time SQL query is executed - all is fine, but when you call several t…
-
Hi,
I'm setting up test environment with a pool of DB schemas.
I deploy my migrations for each schema.
When I tried to run it like this:
```ts
const schemaName = /* THIS IS UNIQUE */;
const da…
-
### Adapter type
@auth/kysely-adapter
### Environment
System:
OS: Windows 10 10.0.22621
CPU: (24) x64 AMD Ryzen 9 7900X 12-Core Processor
Memory: 7.49 GB / 31.12 GB
Binari…