MatrixAI / js-db

Key-Value DB for TypeScript and JavaScript Applications
https://polykey.com
Apache License 2.0
5 stars 0 forks source link

Enable escaping and unescaping of level parts #13

Closed CMCDragonkai closed 2 years ago

CMCDragonkai commented 2 years ago

Description

It is now possible to have arbitrary buffers as levels. So if the buffer has 0x00 or the separator byte, it is no longer a problem. We now automatically escape the separator bytes, and we also automatically escape any escaping byte too 0x5c.

Issues Fixed

Tasks

Final checklist