Hello.
Is there an analogue of the PDO library for Node.js?
What is generally done to filter data from a form on the server side before inserting it into a SQL query?
Thank you.
Usually they take knex instead of PDO. For Mongo take mongoose.
For filtering, you can look for some stuff like Swagger . You can add Joi or Hapi for more thrills.