DEV Community

StuartCreed
StuartCreed

Posted on • Edited on

1

SQL injection

A great source on this topic is:
https://tableplus.com/blog/2018/08/best-practices-to-prevent-sql-injection-attacks.html

Or to avoid SQL injection automatically use Laravel, as the database query builders automatically account for SQL injection (except if you are using the raw query builders).

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay