Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
BedCon 2013 - Database Versioning - the agile w...
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Niko Köbler
April 04, 2013
Programming
0
410
BedCon 2013 - Database Versioning - the agile way with FlywayDB
Niko Köbler
April 04, 2013
Tweet
Share
More Decks by Niko Köbler
See All by Niko Köbler
DPoP - Demonstrating Proof of Possession
dasniko
0
23
History of Authentication
dasniko
0
44
SAML, OAuth & OIDC
dasniko
0
260
Status Quo of OAuth 2
dasniko
0
300
FIDO Passkeys - The Future without Passwords!
dasniko
1
280
OAuth2, OIDC & JWT - Important Basics!
dasniko
1
930
Authentication in Web, API-based & Distributed Environments
dasniko
0
150
Cloud Native Serverless Java with Quarkus & GraalVM on AWS Lambda
dasniko
0
180
Serverless! But Multi-Cloud?
dasniko
0
170
Other Decks in Programming
See All in Programming
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1k
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
710
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
150
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
200
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
450
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
510
ロボットのための工場に灯りは要らない
watany
10
2.8k
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
540
Windows on Ryzen and I
seosoft
0
280
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
500
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Exploring anti-patterns in Rails
aemeredith
2
290
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
450
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
The agentic SEO stack - context over prompts
schlessera
0
690
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Tell your own story through comics
letsgokoyo
1
840
Paper Plane
katiecoart
PRO
0
48k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Transcript
Database Versioning – the agile way with FlywayDB Niko Köbler
@dasniko
SourceCode > VCS Database > ???
3 Rules for Database Work 1. Never use a shared
database server for development work. 2. Always Have a Single, Authoritative Source For Your Schema 3. Always Version Your Database K.Scott Allen: http://odetocode.com/blogs/scott/archive/2008/01/30/three-rules-for-database-work.aspx
• flywaydb.org • Apache v2.0 Licence • Open Source Java
Library • Current Release: 2.1.1 • Download from Website or Central Maven Repository
Plain Old SQL
Java Migrations
Convention Configuration
Convention Configuration
Convention Configuration
Execution: Java API
Execution: Maven
Execution: Others • Ant Tasks • Command-line Tool
Various Databases
Go ahead and use it!