ORM implementation of database including migration
Migrate current database implementation to an ORM My preference would be this one: https://www.npmjs.com/package/typeorm https://github.com/typeorm/typeorm And migrations are also supported: https://github.com/typeorm/typeorm/blob/master/docs/migrations.md
This will take quite some time tough
Edited by Yorick de Vries