Skip to content
← Projects

tsbean-driver-postgis

PostGIS driver for tsbean-orm with spatial query support, forked from the official Postgres driver.

live2026repo ↗
typescriptpostgispostgrestsbean-orm

A PostGIS-aware driver for tsbean-orm, forked from the official Postgres driver and extended so apps can query spatial data without dropping to raw SQL.

What it adds#

CapabilityDetail
Geometry typesgeometry, geography columns mapped to typed TypeScript values
Spatial filtersST_Contains, ST_DWithin, ST_Intersects, etc. as query helpers
EWKT / EWKBRead and write both binary and text geometry formats
IndexesGIST index hints in migrations

Stack#

LayerChoice
LanguageTypeScript
DatabasePostgreSQL + PostGIS
ORMtsbean-orm
Sourcetsbean-driver-postgres (AgustinSRG)
sn4pe/tsbean-driver-postgisPostGIS driver for tsbean-orm with spatial query support.TypeScript