Closed flowersinthesand closed 4 years ago
I am going to make a refactoring on @aloxide/demux
and @aloxide/api-gateway
with the removal of sequelize
.
sequelize
in @aloxide/demux
and expose data access layer apissequelize
in @aloxide/api-gateway
and expose data access layer apis@manh-vv Then what package will use/depend Sequelize?
I think we don't need to use sequelize for the purpose of supporting a wide range of databases.
We can use any available ORM solution after #67 is merged.
Acceptance Criteria