Expand description
SQL exporter for generating CREATE TABLE statements from data models.
§Security
All identifiers (table names, column names, schema names) are properly quoted and escaped to prevent SQL injection. Internal quote characters are escaped by doubling them according to SQL standards.
Structs§
- SQLExporter
- Exporter for SQL CREATE TABLE format.