Running this command on my system gives:- BEGIN TRANSACTION; CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB); INSERT INTO "config" VALUES('config_schema_version',2); COMMIT; rather than the output suggested by the README.rst file.
Running this command on my system gives:-
BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;
rather than the output suggested by the README.rst file.