Imads608 / PokeHub-App

This is a clone of Pokemon Showdown with additional features. (This is sort of inactive for now)
0 stars 0 forks source link

Set up Database Migrations and separate data required by different services into different databases #6

Open Imads608 opened 2 years ago

Imads608 commented 2 years ago

Database Migrations need to be implemented to automate database, schema and table creation

Moreover, services are accessing their data through schemas in the database. To better scale the database, service related data should reside in its own database.