EF Core SQL Converter
A free developer tool to convert Entity Framework Core (EF Core) log output into
clean, executable SQL. Paste a log block containing [Parameters=[...]] and the raw SQL,
and the tool substitutes all parameter placeholders with their real values — strings, numbers, GUIDs,
datetimes and NULLs.
Features
- Resolves EF Core parameter placeholders inline
- Formats SQL: SELECT columns, WHERE clauses, JOINs, CASE WHEN, subqueries
- Query complexity analysis — JOIN count, subquery depth, condition count
- Dialect conversion: PostgreSQL → MSSQL (SQL Server) or MySQL
- Conversion history saved locally in your browser
- Supports multiple queries per paste
- 100% client-side — nothing is sent to any server
Enable JavaScript to use the tool.