File: sql.md

package info (click to toggle)
pyglossary 5.0.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: python: 46,165; sh: 308; javascript: 100; xml: 42; makefile: 28
file content (28 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 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](https://en.wikipedia.org/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              |