nushell/crates/nu-command/src/database/commands
Stefan Holderbach 2c4048eb43
Refactor ansi stripping into nu-utils functions (#6966)
Allows use of slightly optimized variants that check if they have to use
the heavier vte parser. Tries to avoid unnnecessary allocations. Initial
performance characteristics proven out in #4378.

Also reduces boilerplate with right-ward drift.
2022-11-05 07:49:45 +13:00
..
and.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
as_.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
collect.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
conversions.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
describe.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
from_table.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
group_by.rs Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
into_db.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
into_sqlite.rs Refactor ansi stripping into nu-utils functions (#6966) 2022-11-05 07:49:45 +13:00
join.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
limit.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs synchronize the db commands with file names (#6565) 2022-09-15 14:39:36 -05:00
open_db.rs synchronize the db commands with file names (#6565) 2022-09-15 14:39:36 -05:00
or.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
order_by.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
query_db.rs synchronize the db commands with file names (#6565) 2022-09-15 14:39:36 -05:00
schema.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
select.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
testing_db.rs synchronize the db commands with file names (#6565) 2022-09-15 14:39:36 -05:00
where_.rs update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00