Learn to say popular SQL query builder library names correctly.
0 / 5 completed
1 / 5
How is Knex.js (SQL query builder for Node.js) correctly pronounced?
Knex.js is pronounced 'kuh-NEKS-jay-ES' — the silent K, rhyming 'nex' with 'flex', plus 'J-S'. Stress on NEKS. Don't pronounce the leading K. In a technical interview: "Knex.js let us build the same query and run it against either MySQL or Postgres."
2 / 5
How is Kysely (type-safe SQL query builder for TypeScript) correctly pronounced?
Kysely is pronounced 'KY-suh-lee' — blends 'ky' (rhymes with 'sky') and 'wisely', stress on KY. In a technical interview: "Kysely caught the typo in the column name at compile time, before the query ever ran."
3 / 5
How is jOOQ (Java Object Oriented Querying, type-safe SQL library for Java) correctly pronounced?
jOOQ is pronounced 'jook' — one syllable, rhyming with 'book' but with a J. In a technical interview: "jOOQ generated the entire schema as typed Java classes straight from our database."
4 / 5
How is Slonik (type-safe Postgres client and query builder for Node.js) correctly pronounced?
Slonik is pronounced 'SLOH-nik' — from the Russian word for 'little elephant', stress on SLOH. In a technical interview: "Slonik refused to run the query string directly, forcing us to use parameterised values everywhere."
5 / 5
How is Squel.js (JavaScript SQL query string builder) correctly pronounced?
Squel.js is pronounced 'SKWEL-jay-ES' — rhymes with 'quell' plus 'J-S'. Stress on SKWEL. In a technical interview: "Squel.js assembled the dynamic WHERE clause safely, without us concatenating raw strings."