-
I've noticed that when choosing knex as the adapter and Postgres as the DB when generating a service the knex `client` is set to `pg@6` and `pg` is installed as a dependency. This is not correct. The …
-
I think it is a reasonable expectation that it would be possible to:
- rename a column
- change the data type
- add or drop the null constraint
- change the default
And probably other things that I …
-
I try to update multiple rows in a transaction. I need to update some data base on its' original value. Like
```
update aTable set something = something + 1 where id = '1'
```
or a function:
```…
-
Is there an equivalent of knex.schema.table() such as table.column('foo') ? I'm trying to change the default of an existing column in a migration file.
-
Like http://knexjs.org/#Schema-integer, but different: https://www.postgresql.org/docs/9.6/static/datatype-numeric.html
-
I don't see any easy way to log out how long each query duration took.
Am I missing something?
I'm looking for a way to see how long the database took to return results per query.
-
on page [http://knexjs.org/#Builder-join](http://knexjs.org/#Builder-join)
options — .options()
displayed example use `.option(` rather than `.options(`
ghost updated
7 years ago
-
## Descrição da vaga
Vaga na https://decision6.com/
JavaScript Developer Junio/Pleno (Vue.js, JavaScript, Node...)
Será responsável por aplicações e serviços internos e externos, usando Vue.js,…
-
Hi there,
I'm working on a project and i need to implemente a Facebook login but i've an issue!
When FeatherJS need to create a user into my database (Mysql with KnexJS) i've an error : "ER_WRON…
-
I've looked for the website repo but couldn't find any.
When clicking on the `unique` link from Schema and `unique` from Chainable on the left menu, they both go to the same anchor from Schema.
…