On Thu, 16 Feb 2006, Ramamurthy, Sivasundar (IPQoS-SNSL) wrote:

>Hello,
> can sqlite be used to perform database operations from kernel space? Or
>can it be used only in user space?


In it's current form, it's user space only.

You'd have to write your own os_<blah>.c, to provide your OS dependent
file access, but I can't imagine why you'd have any problems. If you want
memory access only, you could probably forgo most of the os_<blah>.c
implementation. So long as your kernel provides most a mostly std C API,
you should be OK. I believe use within VxWorks is done at kernel level,
though I may be wrong. Check the archives. What OS are you thinking of?


>
>thanks,
>
>Siva
>

-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to