0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-14 17:02:59 +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);