lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

Create an abstraction layer for data access #46

Closed tiendq closed 4 years ago

tiendq commented 4 years ago

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.

manh-vv commented 4 years ago

This will be solved in #25.