FixMyBerlin / atlas-app

Radverkehrsatlas provides access to bicycle infrastructure data from OpenStreetMap (OSM) for administrative staff.
https://radverkehrsatlas.de/
GNU Affero General Public License v3.0
11 stars 4 forks source link

Rework `prismaClientForRawQueries` #144

Closed rush42 closed 2 weeks ago

rush42 commented 2 weeks ago

This PR reworks theprismaClientForRawQueries renaming it as geoDataClient. It removes the schema=prisma restriction which simplifies a lot of our quries because we don't need to change the search_path everytime. Also solves #1936.