Closed
Description
We should introduce named parameter support for DatabaseClient
and repositories using a uniform naming pattern to decouple from vendor-specific bind marker syntax.
Right now, we need to stick to vendor-specific bind markers if we want to bind parameters to a statement. This makes statements non-portable.