0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-21 22:46:14 +00:00
libsql/bottomless/test/restore_test.sql
2023-10-17 17:41:26 +02:00

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;