-
I am using the latest version.
Here is my code:
```
export const createOauthUser = async (
providerUser: OauthUser,
databaseConfig: Config['database']
) => {
const db = getDBClient(da…
-
### Current Behavior
I can pass a string into the Codeblock prop without issues, however passing line numbers or buttonCopied isn’t working for me. Also, the animation upon clicking copy does not w…
-
Is there anyway I can get the number of changed rows and matched rows? [UpdateResult](https://kysely-org.github.io/kysely/classes/UpdateResult.html) only returns `numUpdatedRows` which is the number o…
-
Hi, thanks for the great package. It really solves the issue with Cloudflare workers. Is there any compatible ORM or Query builder type of library that works with neon serverless? Just tried Prisma lo…
-
Can we please have the support for [postgres.js](https://github.com/porsager/postgres). It's a far away better than pg which is currently used as a driver in postgresql client.
-
I've just tried out using kysely, but for some reason I couldn't get it to work. The database I'm using is SurrealDB, here are the logs from Surreal:
```ps1
> surreal start --log trace --user root -…
-
Not sure if this has already been covered, please close if it has.
I am using https://github.com/kysely-org/kysely and I have a list of database migration files ordered by filename. Something like:…
-
Fails to run kysely-surrealdb on a new project. [Minimal reproduction project](https://github.com/sonicjhon1/kysely-surreal-error).
```ts
import { Kysely } from "kysely";
import type { DB } from ".…
-
I've run into a few issues with the union and unionAll functions. I’m using the Postgres dialect.
The ability to wrap the union SQL in parentheses, as using "with" inside of a union will result in …
-
Example:
```ts
export type GenericDB = {
sessions: T
}
export const createPostgresClient = (config: PoolConfig) =>
new Kysely({
dialect: new PostgresJSDialect(config),
})
cons…