I am reading data from RabbitMq as binary data and trying to store it in the LiteDB. Does the LiteDB support storage of binary data or should I be converting them to Base64 encoded string and storing it?
Asked
Active
Viewed 130 times