-
Package isn't correctly built for ESM compat.
Can see it shown in the node repl, where you get a result of `{ default: { default: } }`
```
Welcome to Node.js v22.2.0.
Type ".help" for more info…
-
Is the project still alive? I see the last release was a year ago. At this moment, it has more than 60 deprecated dependencies. Curious if it is still actively maintained or if it is time to find anot…
-
### Is your feature request related to a problem? Please describe.
I see that Knex is mainly used for database migrations, while TypeORM handles database operations.
Is there a specific reason for …
-
getting when I try to run migrate in a sample knex project
```
> thefork@1.0.0 migration
> knex migrate:latest
Requiring external module /home/capaj/Downloads/code (3)/code/restaurant-servi…
-
Hey,
Just checking if this example still works or has been changed because of the recent typescript changes.
```
import knex from 'knex';
import knexStringcase from 'knex-stringcase';
const…
-
Version: `snowflake-sdk@1.14.0`
Currently, Binds are typed as followed:
```ts
export type Bind = string | number;
export type InsertBinds = Bind[][];
export type Binds = Bind[] | InsertBinds;
…
-
# Environment
Knex version: 3.1.0
Database + version: (irrelevant) MySQL 8.0.32
OS: Windows
DB driver library: mysql2 3.11.3
# Bug
> 1. Explain what kind of behaviour you are getting and h…
-
Hi, I'm trying to get OIDC working with our Authenticator.But
After entering my username and password on my authentication page, I returned to the planka login page and received a prompt ‘Unknown err…
-
-
I'm getting the following errors when using with [knex](https://knexjs.org/).
Im using the database export from the `pormise.js` file
1. statement.run is undefined. i noticed this when running `…