knex/ECOSYSTEM.md

12 lines
538 B
Markdown
Raw Normal View History

2020-12-28 15:35:55 +02:00
## 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.