All Free Tools

SQL Formatter

Paste ugly SQL, get perfectly formatted output. Supports PostgreSQL, MySQL, SQLite, BigQuery, and more.

Input
Formatted
SELECT
  u.id,
  u.name,
  u.email,
  o.id AS order_id,
  o.total,
  o.created_at
FROM
  users u
  INNER JOIN orders o ON o.user_id = u.id
WHERE
  u.active = TRUE
  AND o.total > 100
ORDER BY
  o.created_at DESC
LIMIT
  50;

Database Access

Give Your AI Agents
Database Access. Securely.

Connect any database. Control permissions. Audit every query. All running locally on your machine.