mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
I was trying to get limbo to a position where we can run the benchmark [ clickbench](https://github.com/ClickHouse/ClickBench/blob/main/sqlite/be nchmark.sh) and found that `.import` command was not supported in cli. This PR adds that support for command `.import` which has the same parameters as sqlite cli. Do note that not all options from sqlite `.import` is implemented yet in this PR. Reviewed-by: Preston Thorpe <preston@unlockedlabs.org> Closes #598