GuttenBase: Copying done right.

For ultimate flexibility over your data migrations, program them using the extensible GuttenBase framework!
GuttenBase was created with developers in mind and makes it easy create database clones — even when source and target database systems are different.

For latest news please take a look at our new repository at GitHub.

 

Control your migrations

  • Dump a database to a ZIP archive, extract it locally
  • Configure the copying process for maximum speed
  • Create schema definitions using the builder pattern
  • Use the database meta-model for analysis
  • Copy/transform schema and data on the fly

Transform data and structures

  • Automatic mapping between database specific types
  • Rename columns or change column types
  • Split a column into multiple columns
  • Convert column data on the fly
  • Copy just a subset of all data