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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
ScarCode
  • 3,074
  • 3
  • 19
  • 32

1 Answers1

0

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

KARASZI István
  • 30,900
  • 8
  • 101
  • 128