Open soulstompp opened 2 years ago
Most of the Rust libraries for accessing MySQL allow named parameters using the :name syntax, it would be ideal to be able to parse these as an ItemPlaceholder::Named(String).
:name
ItemPlaceholder::Named(String)
Most of the Rust libraries for accessing MySQL allow named parameters using the
:name
syntax, it would be ideal to be able to parse these as anItemPlaceholder::Named(String)
.