use Regex;
use OnceLock;
/// Strip TPC-H `CONNECT TO database;` statements from the input SQL script.
///
/// The upstream TPC-H referential integrity scripts use a multi-database syntax
/// that LLKV does not implement. Treat these directives as no-ops so the
/// remainder of the script can be parsed and executed without modification.