I would like to create an express middleware function that examines a sql string (could be either select/insert/update/delete) and extracts the names of the participating tables in the query.I would like to create an express middleware fu
I would like to create an express middleware function that examines a sql string (could be either select/insert/update/delete) and extracts the names of the participating tables in the query.I would like to create an express middleware fu