I’m working on accessing sqlite3 from a process/program that is not able to 
access sqlite3.a by using sockets through socat(1).

Mike

On Jun 22, 2014, at 9:47 AM, Adil Hasan <paradox2...@gmail.com> wrote:

> Hello,
> I would like to add sqlite to a workflow. But, I cannot directly open the
> database in C using the filename as the application I'm using places a layer
> inbetween the filesystem and my workflow. I can open the file with
> a command from the middle-layer and get a file descriptor. Is there a way
> that I can just pass the file descriptor to the open command instead
> of the database filename?
> 
> I guess that maybe I should create a shim, but I'm not 100% clear on just how
> to do that. Does anyone have any suggestions? My naive guess is that I need
> to create some structure, but I can't figure out just how to do that (I'm 
> afraid that my C isn't fantastic).
> 
> Many thanks for your help,
> adil
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to