mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-21 22:46:14 +00:00
7 lines
144 B
SQL
7 lines
144 B
SQL
.bail on
|
|
.echo on
|
|
.load ../../target/debug/bottomless
|
|
.open file:test.db?wal=bottomless&immutable=1
|
|
.mode column
|
|
SELECT v, length(v) FROM test;
|