Alexis Ohayon

Results 2 issues of Alexis Ohayon

Is there a way to specify multiple dbs in the env? Thanks for this docker, really helpful ;)

How do you do a query that filters from few level of relations? Specifically, I wrote this: ```js const legs = await findQuery(Leg) .build({ 'eager': `[ passengers, flight.[airline, aircraft, via_airport,...