SQL injection protection ?

Hey there… I’m wondering if the javascript backend supports sql injection protection, since developers would be building queries client side in this case…

If so:

  • are there best practices that should be followed?
  • are there any docs on this?

Thanks,

Brad

Hello, Brad,

Firstly, there is no “javascript backend” on Backendless: we provide the same backend for any supported language. So everything applying to javascript as well applies to any other supported language.
Due to your question, there isn’t any additional requirement for developers to protect their app from SQL injection, since we never forward your queries straight to database. So you can keep calm about that and follow your usual guidelines.

Regards,
Sergey