-
Notifications
You must be signed in to change notification settings - Fork 27
Create a data access layer interface #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Now Blocace primarily uses BoltDB for persisting blockchain information. We need to:
- Create an interface of the data access layer
- Create a data access layer implementation for BoltDB to get rid of the repetitive DB API calls
It's beneficial when we want to add middle-wares like compression and encryption.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed