Database source control with Oracle

前端 未结 9 2224
天命终不由人
天命终不由人 2021-02-04 08:14

I have been looking during hours for a way to check in a database into source control. My first idea was a program for calculating database diffs and ask all the developers to i

9条回答
  •  甜味超标
    2021-02-04 08:48

    I think this is a case of,

    • You're trying to solve a problem
    • You've come up with a solution
    • You don't know how to implement the solution
    • so now you're asking for help on how to implement the solution

    The better way to get help,

    • Tell us what the problem is
    • ask for ideas for solving the problem
    • pick the best solution

    I can't tell what the problem you're trying to solve is. Sometimes it's obvious from the question, this one certainly isn't. But I can tell you that this 'solution' will turn into its own maintenance nightmare. If you think developing the database and the app that uses it is hard. This idea of versioning the entire database in a human readable form is nothing short of insane.

提交回复
热议问题