SQL
Little Eye detects SQL on your clipboard the moment you copy. Recognizes SQL statements and reports the operation type.
Examples
read query — `SELECT`
SELECT id, name FROM users WHERE id = 1;
write query — `UPDATE`
UPDATE orders SET status = 'shipped' WHERE id = 42;