DEV Community

There is no clean (database) development without Version Control

Samuel Nitsche on September 21, 2017

I was surprised when I did a bit of research for this current blog article and learned that SCCS, the first system for Version Control, was invente...
Collapse
 
stealthmusic profile image
Jan Wedel • Edited

So we use Flyway/Liquibase for that. It’s doing exactly what you described: Purting DDL scripts into version control (and executing them at application start when necessary).