Skip to content

Topic

Parameterized queries

The practice of sending SQL containing placeholders and passing user values separately, so the database driver binds them rather than string formatting.

Current clusters