forked from extern/nushell
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
|
|
|