nushell/crates/nu-command/src/database
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
..
commands Refactor ansi stripping into nu-utils functions (#6966) 2022-11-05 07:49:45 +13:00
expressions update sql-parser crate and all the files it touches (#6566) 2022-09-15 18:03:43 -05:00
values make ++ append lists (#6766) 2022-10-20 23:28:18 +13:00
mod.rs Db commands without DB (#5838) 2022-06-21 12:14:29 -05:00
test_database.rs Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00