php-crud-api
php-crud-api copied to clipboard
[feature] Option to use hex format for binary instead of base64
I have a MySQL database which uses a lot of binary columns for storing identifiers and hashes.
In almost any case, those are needed in hex format, but the API always returns these in Base64, so I always need to convert them in and out.
Therefore, I'd like to have a configuration option to change this.