PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

refactor: Pass params in SchemaCache without contrazip2 #3596

Closed wolfgangwalther closed 1 week ago

wolfgangwalther commented 1 week ago

Contravariant.Extras uses Template Haskell, which is hard to cross-compile. Reducing usage of Template Haskell with the ultimate goal of solving all cross compilation challenges.

This will still leave us with a transitive dependency through hasql, but I opened https://github.com/nikita-volkov/hasql/issues/163 upstream.