lundi 31 août 2015

How to make Sqlite save db in a given path

I want this Js script to save the Sqlite database in the same directory of the script, but instead the script saves the database into the cache of google chrome.

var db = openDatabase("listnum.db", "1.0", "Numbers", 200000);

Aucun commentaire:

Enregistrer un commentaire