Romain Faust

Results 2 issues of Romain Faust

Hello, I'm having trouble finding a way to query a model with an `OR` condition. ```sql SELECT * FROM 'users' WHERE username = '...' OR email = '...'; ``` What...

This PR is meant to close #246. It adds default support for `.config.json` files, which is quite common with popular tools like [Babel](https://babeljs.io/docs/en/configuration#whats-your-use-case), [Jest](https://jestjs.io/fr/docs/configuration) or [Metro](https://facebook.github.io/metro/docs/configuration/), among others.