Taybin Rutkin
Taybin Rutkin
Is there a way to set this up to support multiple databases simultaneously? I'm working on a project that has a connection to both a postgresql DB *and* a mysql...
Given a schema named `reports`, with the table `users`, it should generate ReportsSchema.ts with contents: ``` export default interface ReportsSchema { 'reports.users': UsersTable; } ``` Without this, I need to...
We could speed up downloads by using the bittorrent protocol, so that we pull parts of this file from other clients and/or multiple CDNs simultaneously. This would require a bittorrent...
This improves the handling of whitelist-regex and blacklist-regex options which was simply confusing. Before, you'd need to do something like `--whitelist table1,table2 --whitelist-regex true`, which also wasn't documented. This improves...
After adding RabbitMQ support, I'd like to add an InfluxDB reporter, alongside Datadog.
I found this while using [graphql-yoga's sofa plugin](https://github.com/dotansimha/graphql-yoga/issues/3367), but even using sofa-api directly replicated this. I tried different versions and they all had similar errors: ``` graphql-1 | Error [ERR_MODULE_NOT_FOUND]:...
The index file generated by `generateIndexFile` doesn't seem to use `importExtensions`.
This adds a `constArray` option for enums, as discussed in #567. I haven't actually tested it on my database, but the tests pass. I will try it out for real,...