Dialect
Noun · Development
Definitions
A variant of a programming language or query language that differs from the standard in syntax or features. SQL dialects (MySQL, PostgreSQL, T-SQL) are the most common example.
In plain English: A slightly different version of a language — like how American and British English are both English but spell things differently.
Example: "Our ORM abstracts away the SQL dialect differences between Postgres and MySQL."