Click here to Skip to main content
15,867,834 members
Articles / Programming Languages / SQL

Relational Database Schema Versioning in 55 Lines of Code

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
22 Oct 2018BSD4 min read 9.8K   1  
How to reliably version database schemas
The article describes an approach to reliably version relational database schemas. The proposed solution aims to solve the relational database schema versioning problem in a most streamlined and lightweight way without imposing any new build artifacts and build steps.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Architect
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions