hnaderi/edomata

Reorganize storage modules

Closed this issue · 0 comments

After #57 , we can split sql-backend module into 2 modules:

  • backend which contains all common implementations and interfaces
  • postgres which contains common postgres driver related implementations

This will allow to reuse backend implementations easily and implement new drivers more easily.