2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/docs/commands/from-sqlite.md
Christian Menges 2486492c4d
from sqlite: Add parameter --tables ()
* from sqlite: Add parameter '--tables'

* from sqlite: Enhance documentation
2021-06-01 17:06:32 -05:00

250 B

from sqlite

Convert from sqlite binary into table

Usage

> from sqlite {flags} 

Flags

  • -h, --help: Display this help message
  • -t, --tables [<table_name_1> <table_name_2> ... <table_name_N>]: Only convert specified tables