blocace icon indicating copy to clipboard operation
blocace copied to clipboard

Create a data access layer interface

Open codingpeasant opened this issue 4 years ago • 0 comments

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.

codingpeasant avatar May 20 '20 18:05 codingpeasant