knex/ECOSYSTEM.md
Ricardo Costa a37f4f1fb8
Improve linting (#5460)
Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2023-07-12 22:42:57 +02:00

2.3 KiB

Ecosystem

Plugins and tools maintained by the knex team are listed under Core while plugins and tools maintained by the community are listed in the Community section.

Dialects

Core

Community

  • knemm A CLI tool to manage SQL schema in declarative YAML files (claims and states). It allows for database dependencies between loosely coupled modules.
  • knex-mock-client A mock client which helps you write integration tests which includes DB interactions.
  • knex-paginate Extension of the query builder with paginate method that helps with pagination tasks.
  • knex-postgis Extension of Knex with PostGIS (geographic objects in PostgreSQL) support.
  • knex-serverless-mysql Knex dialect for usage with serverless-mysql: persist database connection over multiple serverless (such as AWS Lambda) function invocations.
  • pg-mem An in-memory emulation of PostgreSQL instance, which can be used for writing blazingly fast tests. Has adapter for Knex.
  • sqlcommenter-knex A sqlcommenter plugin with support for Knex to augment SQL statements with comments that can be used later to correlate application code with SQL statements.