- SQL dialect
- A database-specific variation of SQL, such as PostgreSQL, MySQL, or SQLite.
- Escaped literal
- A value quoted so its special characters are treated as data rather than SQL syntax.
- OpenAPI
- A machine-readable description of HTTP API endpoints, inputs, and responses.
- GraphQL
- A typed API query language in which clients request specific fields.
- Seed
- A starting number that makes pseudo-random generated data repeatable.
- Flatten
- Converts nested data into path-like keys; unflatten reverses that representation.