Import CSV data with Flyway

In this tutorial, I will show you how to import CSV files the same way as Sql or Java migrations. This comes handy when you’re importing large data because doing it manually can become cumbersome. Context While I was working on Built In Africa, I found myself in need of importing CSV data as SQL … Read more