Related to a project I'm working on, it would be useful for me to be able to open a database file via passing an already open file descriptor to the sqlite open() call. sqlite3_openfd().

I need this because I'd prefer to resolve some filesystem permissions access issues in a separate process from my database code.

Is this the appropriate place to make this request, or is there a better way to ask? ;-)

-pmb

Reply via email to