Answer the question
In order to leave comments, you need to log in
What is the best way to organize collaboration with the database?
What is the best way to organize this business? There are three of us, we are working on a small project, the code is in the git.
I have an idea for online database storage, but which one? Or are there better ways?
MySQL database
Answer the question
In order to leave comments, you need to log in
It is not entirely clear what is meant by the term "collaboration".
Structure change? This is done by migrations. One decided that it was necessary to add a table to the database, make a migration, push it to git. The rest will have to accept this change before their pushes, and after pull-a they will see that a new migration has been added and will have to roll it into their database.
Nothing else has come up yet.
If you do not have a large project, then feel free to take any vds hosting and deploy a database there if it is not possible to keep it on someone permanently available to everyone. Since your project is small, I don’t think that something in your structure will change very often. But if you still want to get excited with git, then look towards dump. I myself have never dealt with such a perversion. But a couple of times I heard about success in this direction. Here you can see just an example of such a perversion)))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question