-
When I have `col.defaultTo(sql'now()')` in a migration, applying it raises the error `Error: invalid immediate value [object Object]`:
```
Error: invalid immediate value [object Object]
at P…
-
### 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…
-
Looking for a way to support a multi-column `where in` clause like this:
```ts
const cols = ['colA', 'colB']
const values = [[1, 2], [3, 4]]
qb.where(cols, 'in', values)
```
Which gives a …
-
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:…
-
Hi I am loving this project and for a little bit of context I am writing type safe functions which are wrappers around sql functions without the use of `sql`` `string literal, but the restriction on p…
-
I am using the latest version.
Here is my code:
```
export const createOauthUser = async (
providerUser: OauthUser,
databaseConfig: Config['database']
) => {
const db = getDBClient(da…
-
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 -…
-
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.