WebAhead-cs2 / caps-look-api

1 stars 3 forks source link

Implement migration module for the database #8

Closed tawfiknasser closed 1 year ago

tawfiknasser commented 1 year ago

Database migration module is what will be used to maintain changes in the db.

research and develop this migration module to be used from now on to apply changes and sync between developers databases.

tawfiknasser commented 1 year ago

https://en.m.wikipedia.org/wiki/Schema_migration

https://javascript.plainenglish.io/developer-story-db-migrations-postgresql-edition-3f7cf9dc790b

https://www.npmjs.com/package/node-pg-migrate

https://github.com/salsita/node-pg-migrate