mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-06 02:51:57 +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;
|