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