jeudi 24 décembre 2015

Is there a simpler method to run sqlite with javascript?

Here is my current plan:

  1. HTML button calls jQuery function
  2. Function loads PHP script
  3. PHP script executes shell script
  4. shell script calls SQLite
  5. SQLite runs SQL script that creates CSV
  6. Webpage reads CSV

Is there a simpler method? I tried sql.js but it seems to have some issues with csv files.

Aucun commentaire:

Enregistrer un commentaire