We have implemented file lock to support the database engine like sqlite and unqlite. The implementation will go upstream soon.
On Tue, Feb 20, 2024 at 3:04 PM Jernej Turnsek <jernej.turn...@gmail.com> wrote: > Hi, > I would like to use Sqlite on NuttX and I have managed to successfully > build the Sqlite3 library. When running the library, I have noticed that > Sqlite is using fcntl F_SETLK and F_SETLKW for locking and those are not > implemented on NuttX. Is there a plan to implement this in the future? > > Regards, > Jernej >