← Back to context Comment by ruined 2 years ago just point it at your block device 2 comments ruined Reply 01HNNWZ0MV43FF 2 years ago I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WAL plus a shared memory file in WAL mode skissane 2 years ago > I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WALIt ships with an example VFS which shows you how to do this: https://www.sqlite.org/src/doc/trunk/src/test_onefile.c
01HNNWZ0MV43FF 2 years ago I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WAL plus a shared memory file in WAL mode skissane 2 years ago > I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WALIt ships with an example VFS which shows you how to do this: https://www.sqlite.org/src/doc/trunk/src/test_onefile.c
skissane 2 years ago > I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WALIt ships with an example VFS which shows you how to do this: https://www.sqlite.org/src/doc/trunk/src/test_onefile.c
I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WAL plus a shared memory file in WAL mode
> I don't think SQLite can run on a block device out of the box, it needs locking primitives and a second file for the journal or WAL
It ships with an example VFS which shows you how to do this: https://www.sqlite.org/src/doc/trunk/src/test_onefile.c