0

How can I access sqlite database using Javascript? Which is the easiest install/use development tool for Javascript?

Actually server is light-weight(thttpd) and is running on an arm-processor. I just need access to sqlite db and display some details on a webpage on clicking hypertext or button. Hope you know the installation of for said packages is not straightforward on arm-platform.

1
  • What server side JavaScript environment? node? Classic ASP? Something else? Commented May 9, 2012 at 10:47

1 Answer 1

0

I would choose node.js as a platform, and use the sqlite3 npm package to access the database.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.