Cinevoraces / cinevoraces

3 stars 1 forks source link

Dabatase handler refacto #169

Closed BenoitSafari closed 9 months ago

BenoitSafari commented 9 months ago

We need to rework and simplify api/database interactions. API should be the only source of truth concerning the database, as such we need to setup a migration strategy within the DB. Some queries uses the reduceSelect/reduceWhere functions, it should be based on the controller schema.

Tasks