Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pg] Schema support for PostGIS geometry types & SRIDs #2803

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

brncsk
Copy link

@brncsk brncsk commented Aug 15, 2024

Fixes #2675 (includes something like #2774), but also adds support for geometry types (e.g. MultiPolygon, LineString etc.)

NOTES:

  • It's a preliminary version but I'm willing to bring it up to production quality.
  • I'm also unsure about whether or not supporting lowercase geometry types (e.g. point) is a good thing, see You're about to change geom column type from geometry(Point) to geometry(point) messages when running drizzle-kit push.
  • It does not include support for mapping from/to driver values (e.g. [Pg] Add PostGIS MultiLineString support #2769) ATM

@brncsk brncsk marked this pull request as draft August 15, 2024 18:49
@brncsk brncsk marked this pull request as ready for review August 18, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Geometry type ignores SRID option
1 participant