-
@Lafougere , do you think we should implement ``or is this overkill ?
I was thinking what we could do i import knex.js. This is what we can use to build the query.
The user will be required to stil…
-
I've set up a fresh instance of ODK Central as K8s pods with a blank postgres11 db. The db apparently requires SSL.
I'm getting this error:
```
root@service-d47b965cd-d4td4:/usr/odk# odk-cmd --em…
-
**Describe the bug**
A fresh install of Strapi using knex fails to start with with the following error
```
[2019-07-02T04:06:10.754Z] error Impossible to use the `default` connection...
[20…
-
**Describe the bug**
when running node app.js I get the following error.
``$ npm install sqlite3 --save
Cannot read property 'prototype' of undefined
TypeError: Cannot read property 'prototype…
-
The current API server has some bad practices that need to be solved to make the codebase cleaner and help people to understand it better.
- [x] Docker support (#22)
- [x] Login/register with at l…
-
I updated from dd-trace-js `0.7.2` to `0.10.3` (and turned on the `logInjection` feature) and suddenly my insert and update postgres queries started failing:
`dd` is not a column in my table.
…
-
read https://www.prisma.io/forum/t/example-for-seeding-from-a-js-script/3615?u=nilan for some ideas
-
* **Version**: v10.15.1
* **Platform**: node:10.15.1 docker image on 64bit linux
When using v10.15.1 we are seeing processes exiting with:
```
Error: shutdown ENOTCONN
File "net.js", line 364…
-
**Describe the bug**
I have a working postgreSQL in AWS RDS working flawlessly (I checked with an SQL client from the same laptop I'm using with strapi). From clean, I run `strapi new pgsql` and give…
-
Run the following with `NODE_ENV=development`:
```javascript
const knex = require("knex");
const db = knex({
asyncStackTrace: true,
client: "postgres",
connection: {
host: "localh…