mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-01 15:42:44 +00:00
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
![]() |
|
||
|
PRAGMA journal_mode = wal;
|
||
|
CREATE TABLE t1(x);
|
||
|
|