dbgate
dbgate copied to clipboard
FEAT: Export mongodb binary cell as binary file
Is your feature request related to a problem? Please describe.
In mongodb ,the cell export ,there is no way to export a binary cell ,like small icon picture or png file ,the save cell to file
or Export
function can't export the original binary to a file.
Describe the solution you'd like
Need to add a function like:Export =>To or To Binary
in Export sub-menu.
Describe alternatives you've considered Maybe "Copy As Hex" is an alternative way,so I can paste it to a hex editor and save it to binary file.