Add turos_cli option to CLI DatabaseOpts

This commit is contained in:
PThorpe92
2025-09-22 09:42:50 -04:00
parent 8420b9be04
commit 0c54c2b255

View File

@@ -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()?;