mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Add ecosystem doc (#4183)
This commit is contained in:
parent
965bf9bfbd
commit
9354eca645
11
ECOSYSTEM.md
Normal file
11
ECOSYSTEM.md
Normal 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.
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user