SQL tools
6 tools tagged with “SQL”
PostgreSQL Formatter
Format PostgreSQL SQL queries with proper indentation, keyword capitalization, alignment, and PostgreSQL-specific syntax highlighting. Beautify complex queries with CTEs, window functions, and advanced PostgreSQL features.
Developer Utilities · Code Formatters
SQL Formatter
Format SQL queries with keyword capitalization (UPPER/lower/Title), intelligent indentation, line breaks after clauses, comma placement (leading/trailing), and support for multiple database dialects (MySQL, PostgreSQL, SQL Server, Oracle, SQLite).
Developer Utilities · Code Formatters
SQL Query Builder
Build SQL queries visually with drag-and-drop interface. Create SELECT, INSERT, UPDATE, DELETE queries with JOINs, WHERE clauses, aggregations, and subqueries. Generate SQL from visual query design.
Developer Utilities · Encoders & Decoders
Sql Query Formatter
Advanced SQL query formatting with syntax validation, performance optimization suggestions, join visualization, subquery formatting, CTE (Common Table Expression) alignment, and formatted output tailored to specific database systems with dialect-aware keywords.
Developer Utilities · Code Formatters
SQL Syntax Checker
Validate SQL query syntax for multiple database systems (MySQL, PostgreSQL, SQL Server, etc.). Detect syntax errors, missing keywords, invalid table/column references, typos in SQL commands, and provide detailed error messages with suggestions for fixing SQL queries.
Developer Utilities · Code Validators
SQL to JSON Converter
Convert SQL query results or SQL INSERT statements to JSON format. Transform database rows into JSON objects, handle NULL values, convert data types appropriately, and generate JSON arrays from SQL result sets for API integration and data exchange.
Developer Utilities · Data Converters