Add ecosystem doc (#4183)

This commit is contained in:
Igor Savin 2020-12-28 15:35:55 +02:00 committed by GitHub
parent 965bf9bfbd
commit 9354eca645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

11
ECOSYSTEM.md Normal file
View File

@ -0,0 +1,11 @@
## Ecosystem
Plugins and tools maintained by the knex team are listed under [Core](#core) while plugins and tools maintained by the community are listed in the [Community](#community) section.
#### [Core](#core)
- [`knex-schema-inspector`](https://github.com/knex/knex-schema-inspector) Utility for extracting information about the existing DB schema.
#### [Community](#community)
- [`knex-paginate`](https://github.com/felixmosh/knex-paginate) Extension of the query builder with `paginate` method that helps with pagination tasks.

View File

@ -21,8 +21,9 @@ Node.js, featuring:
Node.js versions 10+ are supported.
* Take a look at the [full documentation](https://knexjs.org) to get started!
* Or check out our [recipes wiki](https://github.com/knex/knex/wiki/Recipes) to search for solutions to some specific problems
* Take a look at the [full documentation](https://knexjs.org) to get started!
* Browse the [list of plugins and tools](https://github.com/knex/knex/blob/master/ECOSYSTEM.md) built for knex
* Check out our [recipes wiki](https://github.com/knex/knex/wiki/Recipes) to search for solutions to some specific problems
* In case of upgrading from an older version, see [migration guide](https://github.com/knex/knex/blob/master/UPGRADING.md)
You can report bugs and discuss features on the [GitHub issues page](https://github.com/knex/knex/issues) or send tweets to [@kibertoad](http://twitter.com/kibertoad).