-
Hi, I'll keep this fairly brief for now, but try to expand it later.
A common issue I've seen with people using Dataloader is that they either use it as an application-wide cache, or they don't und…
-
I'm working on updating the api to Python 3. I'm not sure how long this will take; it seems simple right now, but I'm just starting on it. I'm opening this issue to let people know I'm working on it. …
-
Is it possible/advisable to use the dataloader library to store data in a persistent, shared cache like Redis?
I've implemented a Redis package that satisfies the Cache interface but I'm hitting a …
-
For below shaped Graphql queries requesting many projects and their client and numerous tasks under each project, there is scope for batching client / task resolvers -
Original request :
```
…
fortm updated
6 years ago
-
Build times have been creeping up gradually over time, and it's getting increasingly intolerable. I'd love some help trying to figure out what we're doing wrong or what we could do better to improve …
-
Hey, thanks dir the work on this. Would you recommend to use your Old package or do you think this One coukd be ready soon?
I don't mean by any means to Stress, but Just out of interest.
Starting a ne…
-
Hey hey. One of our associations does a join based on two fields. With the data loading this then tries to translate it to an `IN` with just one field which obviously won't work. Would be good to be a…
-
My current understanding is that postgrest creates optimal SQL queries and can use Stored procedures for complex ER diagram usecases. For external dependencies , we can use NOTIFY and LISTEN.
Can …
fortm updated
6 years ago
-
Hello Developers!
Last month the project creator and main maintainer @tgriesser has granted administrative power and ownership of bookshelf to a new organisation, which will oversee the future of …
-
I want to replace `Map` with Redis.
The question is, this line uses the `cachePromise` which the `get` function returns to check the data is cached or not.
But Redis needs to return a Promise befor…