diff --git a/cli/app.rs b/cli/app.rs index ee432f55d..7b65a2a9c 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -184,7 +184,8 @@ impl Limbo { .with_mvcc(opts.experimental_mvcc) .with_indexes(indexes_enabled) .with_views(opts.experimental_views) - .with_strict(opts.experimental_strict), + .with_strict(opts.experimental_strict) + .turso_cli(), None, )?; let conn = db.connect()?;