Xline icon indicating copy to clipboard operation
Xline copied to clipboard

Abstract DB interfaces as a trait.

Open pzheng1025 opened this issue 2 years ago • 0 comments

Right now DB is implemented as a in-memory hashmap. To be able to substitute different DB backends, need to abstract DB interfaces as a trait and allow others DB backends to implement.

pzheng1025 avatar Jun 07 '22 03:06 pzheng1025