mirror of
https://github.com/knex/knex.git
synced 2025-12-30 00:30:14 +00:00
2.3 KiB
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
knex-firebird-dialectDialect for a Firebird database.
Core
casbin-knex-adapterKnex adapter for Node-Casbin.knex-schema-inspectorUtility for extracting information about the existing DB schema.knex-tablecleanerLibrary for deleting all rows from a given list of DB tables.
Community
knemmA CLI tool to manage SQL schema in declarative YAML files (claimsandstates). It allows for database dependencies between loosely coupled modules.knex-mock-clientA mock client which helps you write integration tests which includes DB interactions.knex-paginateExtension of the query builder withpaginatemethod that helps with pagination tasks.knex-postgisExtension of Knex with PostGIS (geographic objects in PostgreSQL) support.knex-serverless-mysqlKnex dialect for usage withserverless-mysql: persist database connection over multiple serverless (such as AWS Lambda) function invocations.pg-memAn in-memory emulation of PostgreSQL instance, which can be used for writing blazingly fast tests. Has adapter for Knex.sqlcommenter-knexA sqlcommenter plugin with support for Knex to augment SQL statements with comments that can be used later to correlate application code with SQL statements.