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,438
  • 68
  • 55
  • 126
ScarCode
  • 2,944
  • 3
  • 17
  • 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
  • 29,989
  • 8
  • 97
  • 120