prepare

Convenience functions.

@safe
UnsafePrepared
prepare
(
Connection conn
,
const(char[]) sql
)

Return Value

Type: UnsafePrepared

an UnsafePrepared instance based on the result of the corresponding mysql.safe.connection function.

See that module for more details on how these functions work.

Meta