0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-22 03:08:19 +00:00
Files

6 lines
87 B
Plaintext
Raw Permalink Normal View History

PRAGMA journal_mode = wal;
CREATE TABLE t1(a, b);
INSERT INTO t1 VALUES(1, 2);