Hello, I'm considering using Prisma on some future...
# orm-help
t
Hello, I'm considering using Prisma on some future projects and my team relies quite a bit on PostGIS for spatial features. I'm glad to see that support for them is on the roadmap but I understand that the team probably has a lot of complex features to tackle before then and so far it looks like there are some reasonable escape hatches with
@Unsupported
and
queryRaw()
. My question is has there been any open discussion as to what the Prisma Client API could look like for spatial features? I think it could be extremely powerful to have equivalents of PostGIS functions like
ST_Contains
and
ST_Intersects
in the Prisma client for doing spatial joins.
r
@Tyler Matteo 👋 There’s a feature request here with this discussion, so it would be great if you could add the above extension that could be considered in the API 🙂
❤️ 1