nushell/crates/nu-command/src/database/commands
Fernando Herrera 1a52460695
Database commands (#5417)
* dabase access commands

* select expression

* select using expressions

* cargo fmt

* alias for database

* database where command

* expression operations

* and and or operators

* limit and sort by commands
2022-05-03 06:38:18 +12:00
..
and.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
collect.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00
command.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00
describe.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00
from.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
limit.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
mod.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
open.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
or.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
order_by.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
query.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00
schema.rs Database commands (#5343) 2022-04-27 11:52:31 +01:00
select.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00
testing.rs Database commands (#5343) 2022-04-27 11:52:31 +01:00
where_.rs Database commands (#5417) 2022-05-03 06:38:18 +12:00