mirror of
https://github.com/nushell/nushell
synced 2024-12-30 23:08:56 +00:00
12 lines
141 B
Markdown
12 lines
141 B
Markdown
|
# to sqlite
|
||
|
Convert table into sqlite binary
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> to sqlite {flags}
|
||
|
```
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
|