Add postgres constructor to getGeometryHelper (#7561)

This commit is contained in:
Oreille
2021-08-24 14:56:53 +02:00
committed by GitHub
parent e10eba3692
commit 5b6354d6be

View File

@@ -14,6 +14,7 @@ export function getGeometryHelper(): KnexSpatial {
mariadb: KnexSpatial_MySQL,
sqlite3: KnexSpatial,
pg: KnexSpatial_PG,
postgres: KnexSpatial_PG,
redshift: KnexSpatial_Redshift,
mssql: KnexSpatial_MSSQL,
oracledb: KnexSpatial_Oracle,