mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
12 lines
168 B
Markdown
12 lines
168 B
Markdown
# to sqlite
|
|
Convert table into sqlite binary. Empty tables are skipped.
|
|
|
|
## Usage
|
|
```shell
|
|
> to sqlite {flags}
|
|
```
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
|