mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-01 18:44:16 +00:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
CREATE TABLE t1(a, b);
|
|
PRAGMA journal_mode = DELETE;
|
|
|