SQL
Little Eye detects SQL when you copy them. Recognizes SQL statements and reports the operation type.
Examples
SELECT id, name FROM users WHERE id = 1;
UPDATE orders SET status = 'shipped' WHERE id = 42;
Little Eye detects SQL when you copy them. Recognizes SQL statements and reports the operation type.
SELECT id, name FROM users WHERE id = 1;
UPDATE orders SET status = 'shipped' WHERE id = 42;