-
One of the things that is making me hesitate to adopt Surreal DB into my stack is a lack of meaningful TypeScript support. There are a variety of ways to go about making this happen, some more complic…
-
# Environment
Knex version: 2.5.1
Database + version: Postgres 15
OS: Windows 10
# Bug
I'm trying to make a knex connection to a postgres db using the following configuration in a next 13 p…
-
I set up knex client as specified [in the doc](https://github.com/AntonNiklasson/eslint-plugin-knex#settings)
Lint fails [on this file](https://github.com/1024pix/pix/blob/dev/api/db/database-build…
-
# ORM
- sequelize v7
- typeorm
- prisma
- mikro-orm
## query builder
- drizzle
- knex
- objection.js
-
### Steps to reproduce
Create a new project, register a service, create a global hook and override createQuery to add join columns.
```ts
export class ChatMessagesService extends KnexService<
…
alwex updated
3 months ago
-
## Current Behavior
Beginning in versions 0.38.0 and 0.39.0, we've randomly observed the following error from PGAdapter:
```
CallOptions deadline exceeded after 54.999971981s. Name resolution delay…
-
Hi Team,
when i define the modifiers in my Model and then query it as a relation in another Model, the orderBy is not generated in the final query (with knex.js) while where condition works. I als…
-
# Environment
Knex version:^0.95.15
Database + version: 10.4.17-MariaDB
OS:windows 8.1
Using Typescript ^3.3.3333 and while extending query builder I get an error.
```
import knex, { K…
-
# Environment
Knex version: 3.0.1
Database + version: Azure SQL Database
OS: Windows 11
Select applicable template from below.
# Bug
I am getting extremely slow response times when using…
-
# Environment
Knex version: any
Database + version: Azure SQL
OS: Linux
# Feature discussion / request
Hello Knex,
I would like to request that `.raw` be added to Builder instances for t…