Schmavery / drizzle-postgis

A Drizzle extension/plugin to help work with PostGIS and GeoJSON
https://schmavery.github.io/drizzle-postgis/
MIT License
13 stars 3 forks source link

feat: update to drizzle-kit 0.22 and drizzle-orm 0.31 #10

Closed Schmavery closed 4 months ago

Schmavery commented 4 months ago

Fixes https://github.com/Schmavery/drizzle-postgis/issues/9

This doesn't make use of the new stuff in drizzle-orm. ~Unclear what the tradeoffs are there, I haven't had a chance to check it out.~

Update: Right now, it looks like the drizzle-orm support for postgis is very simple (mostly just points) and uses almost example the same approach we use here, just simplified - https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/pg-core/columns/postgis_extension/geometry.ts

https://orm.drizzle.team/docs/extensions/pg#postgis

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: