JavaScript sqlite -


best recommendations accessing , manipulation of sqlite databases javascript.

well, if working on client side javascript, think out of luck... browsers tend sandbox javascript environment don't have access machine in kind of general capacity accessing database.

if talking sqlite db on server end accessed client end, set ajax solution invokes server side code access it.

if talking rhino or other server side javascript, should host language's api access sqlite (such jdbc rhino).

perhaps clarify question bit more...?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -