into sqlite
for conversions> into sqlite {flags} (file_name)
--table_name, -t {string}
: Specify table name to store the data infile_name
: Specify the filename to save the database toinput | output |
---|---|
any | nothing |
Convert ls entries into a SQLite database with 'main' as the table name
>ls|into sqlitemy_ls.db
Convert ls entries into a SQLite database with 'my_table' as the table name
>ls|into sqlitemy_ls.db-tmy_table
Convert table literal into a SQLite database with 'main' as the table name
> [[name]; [-----] [someone] [=====] [somename] ['(((((']] |into sqlitefilename.db
Convert a variety of values in table literal form into a SQLite database
> [one25.2sixtrue100mib25sec] |into sqlitevariety.db
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/into_sqlite.html