mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
11 lines
168 B
Markdown
11 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
|
|
|