mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-22 03:08:19 +00:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
![]() |
|
||
|
PRAGMA journal_mode = wal;
|
||
|
CREATE TABLE t1(a, b);
|
||
|
INSERT INTO t1 VALUES(1, 2);
|
||
|
|