How do you handle optional params for an sql statement in a mariadb node server?
I’m trying to use optional params with an express api and mariadb, where it will skip over the param if the value is undefined. I know I could easily just loop and clean the data myself, but I feel like there’s a better solution built into the mariadb connector.