sqlite3: add option for batch-atomic write support
authorJan Hoffmann <redacted>
Thu, 4 Feb 2021 19:41:50 +0000 (20:41 +0100)
committerEtienne Champetier <redacted>
Fri, 26 Feb 2021 22:31:24 +0000 (17:31 -0500)
commit4bc7ba7fe82563dd64db57317c52824039ab8209
tree54ba5c3b871a4ff985166cd723c81dea9bcc82ec
parentd7a76b634ad96c90c646369e8dfa10c7ea3e0354
sqlite3: add option for batch-atomic write support

This allows to build SQLite with support for the batch-atomic write
optimization. It makes use of atomic write support provided by the
underlying file system. Currently, this is only supported on F2FS. It
it does not work with overlayfs.

Signed-off-by: Jan Hoffmann <redacted>
libs/sqlite3/Config-lib.in
libs/sqlite3/Makefile
git clone https://git.99rst.org/PROJECT