Open mStirner opened 6 months ago
Instead of doing this: https://github.com/OpenHausIO/backend/blob/b8f52009c0cf919ffe374b9b733e97d762b8224b/components/endpoints/class.command.js#L85-L87
Check if there are a possibility to return node.js buffer instaces. Somehwere while implment the backup import/export functionality for the databse, (...insertMany() blabla) i read something about "buffer instead of binary" option
...insertMany()
Instead of doing this: https://github.com/OpenHausIO/backend/blob/b8f52009c0cf919ffe374b9b733e97d762b8224b/components/endpoints/class.command.js#L85-L87
Check if there are a possibility to return node.js buffer instaces. Somehwere while implment the backup import/export functionality for the databse, (
...insertMany()
blabla) i read something about "buffer instead of binary" option