dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Parameterising queries #36

Closed jrans closed 7 years ago

jrans commented 7 years ago

To construct dynamic queries easily and protect against sql injections look here for reference.

Note table name, and columns can't be parameterised.

samhstn commented 7 years ago

Noted, we will ensure they are constructed in a way to protect against sql injections