php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

[feature] Option to use hex format for binary instead of base64

Open enote-kane opened this issue 1 year ago • 0 comments

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.

enote-kane avatar Aug 09 '23 15:08 enote-kane