mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-01 17:34:15 +00:00
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
|
|
PRAGMA journal_mode = wal;
|
|
CREATE TABLE t1(x);
|
|
|