mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 05:44:09 +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
|
|
|