node-persist
node-persist copied to clipboard
Can it store binary data(buffer)?
Can it store binary data(buffer)?
not how it is today, but maybe with some adjustments to how we write/read files
https://github.com/simonlast/node-persist/blob/84654f9ed02bdc085ee06ba9ca6dfdad6ff9948f/src/local-storage.js#L390-L400
https://github.com/simonlast/node-persist/blob/84654f9ed02bdc085ee06ba9ca6dfdad6ff9948f/src/local-storage.js#L304-L318
a PR is welcome