Xline
Xline copied to clipboard
Abstract DB interfaces as a trait.
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.