tsbean-driver-postgis
PostGIS driver for tsbean-orm with spatial query support, forked from the official Postgres driver.
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#
| Capability | Detail |
|---|---|
| Geometry types | geometry, geography columns mapped to typed TypeScript values |
| Spatial filters | ST_Contains, ST_DWithin, ST_Intersects, etc. as query helpers |
| EWKT / EWKB | Read and write both binary and text geometry formats |
| Indexes | GIST index hints in migrations |
Stack#
| Layer | Choice |
|---|---|
| Language | TypeScript |
| Database | PostgreSQL + PostGIS |
| ORM | tsbean-orm |
| Source | tsbean-driver-postgres (AgustinSRG) |