No Support for prepared queries
usernane opened this issue · 0 comments
usernane commented
See https://en.wikipedia.org/wiki/Prepared_statement for more info in prepared queries.
Advantages:
- SQL Injection protection.
- Efficient in case of executing same query multiple times (reduce load on database server).