JavaScript promise rejection: Loading CSS chunk index-domready failed. (error: https://sirherobrine23.com.br/assets/css/index-domready.9de057c0.css). Open browser console to see more details.
0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-07 10:25:49 +00:00
Files
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;