From a81a90a15c47d7d7514ca728ef8f1ce5e37eb2d0 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Tue, 27 Apr 2021 21:40:39 +0100 Subject: [PATCH] Added knex-serverless-mysql to the ECOSYSTEM doc (#4454) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 5e55a4c1..b86ab1ba 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -10,4 +10,5 @@ Plugins and tools maintained by the knex team are listed under [Core](#core) whi #### [Community](#community) - [`knex-paginate`](https://github.com/felixmosh/knex-paginate) Extension of the query builder with `paginate` method that helps with pagination tasks. - [`knex-postgis`](https://github.com/jfgodoy/knex-postgis) Extension of Knex with [PostGIS](https://postgis.net/) (geographic objects in PostgreSQL) support. +- [`knex-serverless-mysql`](https://github.com/MatissJanis/knex-serverless-mysql) Knex dialect for usage with [`serverless-mysql`](https://github.com/jeremydaly/serverless-mysql): persist database connection over multiple serverless (such as AWS Lambda) function invocations. - [`pg-mem`](https://github.com/oguimbal/pg-mem) An in-memory emulation of PostgreSQL instance, which can be used for writing blazingly fast tests. Has [adapter for Knex](https://github.com/oguimbal/pg-mem/wiki/Libraries-adapters#-knex).