[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Has anyone worked on LuaSQLite3 updates for session or incremental blob API?
- From: Paul K <paul@...>
- Date: Fri, 23 Sep 2022 11:10:02 -0700
I'm interested in using SQLite session API
(https://www.sqlite.org/sessionintro.html,
https://www.sqlite.org/session/rebaser.html) and incremental blob API
(https://www.sqlite.org/c3ref/blob_open.html), but neither is
available in LuaSQLite3 (http://lua.sqlite.org/index.cgi/timeline).
Before I start working on it, has anyone done any work on them already
that can be shared? Thank you.
Paul.