Closed tiendq closed 4 years ago
Currently block data is stored in database via sequelize to support various database systems.
sequelize
Expectation:
Provide an interface for storing/saving block data, doesn't depend on sequelize, clients can use any data access method for their needs.
This will be solved in #25.
Currently block data is stored in database via
sequelize
to support various database systems.Expectation:
Provide an interface for storing/saving block data, doesn't depend on
sequelize
, clients can use any data access method for their needs.