Add knex-postgis to ecosystem

This commit is contained in:
Igor Savin 2021-01-17 15:07:09 +02:00
parent 1d3731d2da
commit 3f1eb961d9

View File

@ -9,4 +9,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.
- [`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).