lecle / aloxide

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

As a user I want to configure a data store that the api gateway will use to manage data so that I can use my favorite one or existing one from other applications #25

Closed flowersinthesand closed 4 years ago

flowersinthesand commented 4 years ago

Acceptance Criteria

manh-vv commented 4 years ago

I am going to make a refactoring on @aloxide/demux and @aloxide/api-gateway with the removal of sequelize.

flowersinthesand commented 4 years ago

@manh-vv Then what package will use/depend Sequelize?

manh-vv commented 4 years ago

I think we don't need to use sequelize for the purpose of supporting a wide range of databases.

manh-vv commented 4 years ago

We can use any available ORM solution after #67 is merged.