sql.md
June 3, 2026 ยท View on GitHub
SQL (.sql)
General Information
| Attribute | Value |
|---|---|
| Name | Sql |
| snake_case_name | sql |
| Description | SQL (.sql) |
| Extensions | .sql |
| Read support | No |
| Write support | Yes |
| Single-file | Yes |
| Kind | ๐ text |
| Sort-on-write | No (by default) |
| Sort key | (headword_lower) |
| Wiki | SQL |
| Website | โ |
Write options
| Name | Default | Type | Comment |
|---|---|---|---|
| encoding | utf-8 | str | Encoding/charset |
| info_keys | None | list | List of dbinfo table columns |
| add_extra_info | True | bool | Create dbinfo_extra table |
| newline | <br> | str | Newline string |
| transaction | False | bool | Use TRANSACTION |