|
|
|
|
|
by brainless
318 days ago
|
|
Are you sure of queries in `.js` files? Or do you mean `.rs` files? grep -r -i --include="*.jsx" --include="*.tsx" "SELECT\|INSERT\|UPDATE\|DELETE" ./adminapp
grep -r -i --include="*.jsx" --include="*.tsx" "SELECT\|INSERT\|UPDATE\|DELETE" ./menuapp
|
|
https://github.com/brainless/letsorder/blob/main/backend/.sq...