documentation
documentation copied to clipboard
Knex Documentation Builder (Moved to https://github.com/knex/knex)
[Documentation](https://knexjs.org/guide/#log) says that the `Logger.deprecate` method signature is ``` deprecate(message) {}, ``` while according to [source code](https://github.com/knex/knex/blob/3.1.0/lib/logger.js#L57C3-L57C12) and [types](https://github.com/knex/knex/blob/3.1.0/types/index.d.ts#L3125) it should be ``` deprecate?: (method: string, alternative: string) => void;...
Addresses: https://github.com/knex/knex/issues/6016 I've run into this and took me a lot of searching to find a solution. I've also seen many threads about it so I thought I'd add this...
The [Knex site's](https://knexjs.org/) GitHub link points to the [documentation repo](https://github.com/knex/documentation) rather than the main project repo; I'm more familiar with OSS project websites linking to their project repos. Possibly because...
While working with Knex, I noticed that Query builder was missing from the extending documentation, even though it is used in the tests and seems to be well supported.
By request of @kibertoad https://github.com/knex/knex/pull/5567#issuecomment-1832605353
Docs for this PR: https://github.com/knex/knex/pull/5743
Hi there, I found `migration` param to be ambiguous since it may be thought an entire migration or it's name. I suggest to use `name` to make it clear.
We need to add import of the declaration file itself in order to make interface overriding work in the app ref https://github.com/knex/knex/issues/5156#issuecomment-1116276793
`Knex.js` supports using multiple `orderBy` calls to use multiple columns in the SQL `ORDER BY` clause. This pull request adds an example of this behavior to the documentation, to show...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...