You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Add option to open Database and StateDB as a secondary DB. catchup method should be added for secondary db which runs in background thread.
If this function is called for the non-secondary DB, it should throw error.
Motivation
During migration or running third party command, it would be nice to be able to read the database from different process
Acceptance Criteria
Add test for secondary db case in node.js
The text was updated successfully, but these errors were encountered:
Description
Add option to open
Database
andStateDB
as a secondary DB.catchup
method should be added for secondary db which runs in background thread.If this function is called for the non-secondary DB, it should throw error.
Motivation
During migration or running third party command, it would be nice to be able to read the database from different process
Acceptance Criteria
The text was updated successfully, but these errors were encountered: