Joe Harvey
Joe Harvey
Are there any plans to support "soft" deletes? That is, assuming the File schema has a deleted_at column, the code: ```go client.File. Delete(). Where(file.UpdatedAtLT(date)) Exec(ctx) ``` Would execute (approximately): ```sql...
Currently releases and docker images are only for amd64. Building the Docker image manually on arm64 works perfectly fine but it would be great if the official releases build for...
## Feature Description Is there any plans for adding DynamoDB as a connector?
This is more a question & clarification. Currently if the type of a message field is changed via a gnostic option to something that's not `object` the `$ref` is still...
I believe this should map quite nicely to a basic OpenAPI `oneOf`.