mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 03:04:22 +01:00
Add turos_cli option to CLI DatabaseOpts
This commit is contained in:
@@ -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()?;
|
||||
|
||||
Reference in New Issue
Block a user