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