Gaurav Gautam

Results 18 comments of Gaurav Gautam

@steve-chavez so this would be a separate module that somehow plugs in before the `userApiRequest` function in `ApiRequest.hs` file depending on a configuration? Is there an example of such a...

Hmm, let me try to echo back what you are saying. There would be a new data type called `Router`. A router and a request can be combined using `applyRouting`...

@wolfgangwalther yes this makes sense. However, if I try to write a function in haskell whose job is to `run` some rules provided in the configuration file as mentioned in...

Hmm yes. The embedded scripting language part gets me more excited than this refactor 😛. And the idea of extending postgrest to be compatible with graphql is very exciting. I...

hmm ok. Let me open a PR for this refactor first.

I don't understand how this is working. The resource embedding docs say that if a table has a foreign key constraint then the referenced table can be embedded in the...

I have this working in a dev setup. Ill make a PR: ![image](https://user-images.githubusercontent.com/9499740/218253453-2600b681-dd0a-4322-bd20-5e25d35216d3.png) Note that in order to get the assembly we have to force v8 to optimize the code....

@jakobkummerow would it not be useful the way I have done it above? I just call the function several times and I'm assuming when I want to check what kind...

In the above PR you already have the ability to see the output of wasm if you are willing to take the bytes of a .wasm file and put them...