Learn to say popular database migration and schema versioning tool names correctly.
0 / 5 completed
1 / 5
How is Flyway (database migration tool that versions SQL scripts) correctly pronounced?
Flyway is pronounced 'FLY-way' — 'fly' plus 'way', both plain English words, stress on FLY. In a technical interview: "Flyway applied the migrations in order and refused to run if a checksum had changed."
2 / 5
How is Liquibase (database schema change management and version control tool) correctly pronounced?
Liquibase is pronounced 'LIH-kwih-bays' — 'liqui' (like 'liquid') plus 'base', stress on LIH. In a technical interview: "Liquibase let us roll back the last schema change without writing a manual undo script."
3 / 5
How is Alembic (lightweight database migration tool for SQLAlchemy) correctly pronounced?
Alembic is pronounced 'uh-LEM-bik' — exactly like the everyday word for the old distillation apparatus, stress on LEM. In a technical interview: "Alembic autogenerated the migration script by diffing the models against the live schema."
4 / 5
How is Knex migrations (schema migration feature of the Knex.js SQL query builder) correctly pronounced?
Knex migrations is pronounced 'KUH-neks my-GRAY-shunz' — 'Knex' rhymes with 'flex' (the K is silent-ish, said as 'nex'), plus 'migrations'. In a technical interview: "Knex migrations kept every schema change as a timestamped, reversible file."
5 / 5
How is Prisma Migrate (schema migration tool built into the Prisma ORM) correctly pronounced?
Prisma Migrate is pronounced 'PRIZ-muh MY-grayt' — 'prisma' (like the optical prism) plus 'migrate'. In a technical interview: "Prisma Migrate generated the SQL diff automatically after I updated the schema file."