-
I'm using mikro-orm, and looking at your library plugin, it also supports typeorm and prisma. Do you have any plans to support mikro-orm? I'm asking because I'm looking for a type-safe query builder l…
-
**What is the bug?**
I have a lot of logs with foreign key contraint errors.
If this is not an error, it would be nice to not show them as error.
**How can it be reproduced? (optional)**
Fresh r…
-
# Environment
Knex version: Current
# Feature discussion / request
The last couple of years I've been using Knex and TypeScript and I've created a library to make this easier: https://github.…
-
In the following test suite, when using `PlanetScaleDialect` and receiving more than one row, what should be numbers is parsed as strings instead:
```ts
import { Kysely, MysqlDialect } from "kysel…
-
@valtyr would this library support interpreting Prisma SQL Server Schemas? I am implementing a custom kysely dialect and wanted to check to see if I could use this library
-
Hey 👋
Now that mssql dialect is in the core, it's time to pick and choose which clauses and keywords should get support in Kysely's query API.
The [OUTPUT](https://learn.microsoft.com/en-us/sql…
-
I discovered kysely through the vercel docs and appreciate the type-safety, but fear that I'm losing some control over serialization and not sure how to handle it.
I want to store a `created_at` ti…
-
### What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
### What platform is your computer?
Darwin 21.6.0 x86_64 i386
### What steps can reproduce the bug?
``…
-
```
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function decimalsToString(field: Field, value: any) {
if (field.type === 'DECIMAL' && typeof value === 'string') {
return v…
-
### How can we reproduce the crash?
I'm still working on a reproduction. What I know:
1. I am executing bun test with a setup file
2. First, the setup file spins up @electric-sql/pglite
3. Tes…
boehs updated
2 months ago