SQL toolbox
Provides local parsing capabilities for SQL to entity-class conversion and INSERT to table conversion; it does not execute SQL or connect to databases.
How to use the SQL toolbox
SQL content is parsed and converted only in the current browser; statements are not executed, databases are not connected, and input is not uploaded.
Select mode
Select SQL to convert to an entity class or INSERT to convert to CSV; entity class mode allows you to select the output language.
Paste SQL
Enter supported table-creation or INSERT statements; oversized, excessively deep, or dangerous structures will stop processing.
Inspect export
Check the fields, types, default values, and escaping results before copying or downloading the output; do not treat the result as a database execution script.
Limitations and Notes
- The tool only performs static parsing and text conversion; it does not validate database connections, permissions, or compatibility with actual dialects.
- Remote references, oversized inputs, excessive nesting, and unrecognized syntax will fail-closed, and no guessed results will be generated.
- The output still requires project code review; types, reserved words, and auto-increment semantics may differ between databases.
FAQ
Will it execute the SQL I enter?
No, the page has no database connection capabilities and only parses text locally.
Does it support all database dialects?
Not supported; the page processes content according to the current parsing rules, and complex dialects require manual review.
Will the input be uploaded to a server?
No. The input and output remain only in the current page’s memory.