MatrixAI / js-db

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

Integrate Canary Check during DB start #7

Closed CMCDragonkai closed 2 years ago

CMCDragonkai commented 2 years ago

Specification

The canary check was done in EFS here: https://github.com/MatrixAI/js-encryptedfs/pull/57. This is something we can do in js-db directly so all DB users can benefit.

Tasks

  1. Adapt EFS logic to js-db
  2. Update tests for js-db
  3. Remove the canary check from EFS