Install Now

Transform MyBatis Logs Into Executable SQL

Our Chrome extension simplifies debugging by merging MyBatis SQL logs into ready-to-execute SQL statements. Save hours of manual work and boost your productivity.

Powerful Features

Instant SQL Generation

Convert MyBatis logs to executable SQL with a single click. No more manual parameter substitution!

Dual Input Modes

Support both single-box mode for complete logs and dual-box mode for separate template and parameters.

SQL Formatting & Highlighting

Automatically format and syntax-highlight your SQL for better readability and easier debugging.

One-Click Copy

Copy formatted SQL to clipboard instantly with our convenient copy button.

Fully Responsive

Works seamlessly on desktops, tablets, and mobile devices for on-the-go debugging.

Privacy Focused

All processing happens locally in your browser. Your data never leaves your computer.

How It Works

1

Install Extension

Add MyBatis SQL Log Merger to your Chrome browser from the Chrome Web Store.

2

Copy Logs

Copy your MyBatis SQL logs from your application console or log files.

3

Paste & Process

Paste the logs into our extension and click "Process SQL" to generate executable statements.

4

Execute & Debug

Copy the formatted SQL and run it directly in your database client for testing.

What Developers Say

This extension has saved me countless hours of manually reconstructing SQL queries from MyBatis logs. It's an essential tool for any Java developer working with databases.

JD

John Doe

Senior Java Developer

The dual input mode is brilliant! I can now easily work with logs whether they're in the standard format or separated into template and parameters. Highly recommended!

AS

Alex Smith

Backend Engineer

The SQL formatting and syntax highlighting make it so much easier to spot issues in complex queries. This tool has become indispensable in my daily workflow.

MR

Maria Rodriguez

Database Administrator

Ready to Simplify Your SQL Debugging?

Join thousands of developers who have transformed their MyBatis debugging workflow with our extension.

Install MyBatis SQL Log Merger

Frequently Asked Questions

Which MyBatis log formats are supported?

Our extension supports both standard MyBatis log formats and logs with "Preparing:" and "Parameters:" prefixes. It works with DEBUG level logs that show the SQL template and parameter values.

Is my data secure when using this extension?

Absolutely! All processing happens locally in your browser. No data is sent to any servers, ensuring your sensitive SQL queries and log information remain completely private.

Does this extension work with other browsers?

Currently, the extension is designed for Chrome. However, the standalone version works in any modern browser. We're considering Firefox and Edge versions based on demand.

Can I use this for production database queries?

While technically possible, we recommend using this tool primarily for development and debugging purposes. Always ensure you have proper authorization before running any queries against production databases.