Want to deploy your JVM, Node.js and Go apps effortlessly to AWS? Try our service Boxfuse

Adding support for a new Database

Code Changes

  • Extend DbSupport
  • Add new detection to DbSupportFactory
  • Add new createMetaDataTable.sql
  • Extend JdbcTemplate for DB-specific null support
  • Extend SqlStatementBuilder for DB-specific parsing
  • Extend MigrationTestCase and make sure all tests are green
  • Extend ConcurrentMigrationTestCase and make sure test is green