From c369401ef24660cad0360f5befdc5afc3d715866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Sat, 5 Feb 2022 18:37:54 +0100 Subject: [PATCH] docs: Add Firebird dialect to ECOSYSTEM.md --- ECOSYSTEM.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a137b1bdbc..6dd72d1477 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -2,6 +2,9 @@ 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. +#### [Dialects](#dialects) +- [`knex-firebird-dialect`](https://github.com/Tomas2D/knex-firebird-dialect) Dialect for a Firebird database. + #### [Core](#core) - [`casbin-knex-adapter`](https://github.com/knex/casbin-knex-adapter) Knex adapter for [Node-Casbin](https://github.com/casbin/node-casbin). - [`knex-schema-inspector`](https://github.com/knex/knex-schema-inspector) Utility for extracting information about the existing DB schema.