Add reference to Go helper library (#26)

Co-authored-by: Leo Urbina <me@leourbina.com>
This commit is contained in:
Leo Urbina 2023-10-06 23:39:50 +02:00 committed by GitHub
parent 7be33f7b7e
commit be035462f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ Reshape relies on your application using a specific schema. When establishing th
- [Rust](https://github.com/fabianlindfors/reshape-helper)
- [Ruby (and Rails)](https://github.com/fabianlindfors/reshape-ruby)
- [Python (and Django)](https://github.com/fabianlindfors/reshape-python)
- [Go](https://github.com/leourbina/reshape-helper)
If your application is not using one of the languages with an available helper library, you can instead generate the query with the command: `reshape schema-query`. To pass it along to your application, you can for example use an environment variable in your run script: `RESHAPE_SCHEMA_QUERY=$(reshape schema-query)`. Then in your application: