sql.js

i just used sql.js a port of sqlite to javascript with fusetools and i just work like a charm.

maybe no need for sqlite database.

Hi Gabriel !!

Please can you share the way for integer sql.js with fusetools please? Some like the .unoproj file?

From what I’m seeing, I believe it’s as simple as downloading the sql.js file to your project folder, adding it to your bundle by putting "*.js:Bundle" in the "Includes" section in your .unoproj file, and then using it like var sql = require("sql.js"); in JavaScript.

uno clean in Terminal and a rebuild of the project might be required.

Thanks guys !!

I built an app using alasql.js which is better than sql.js

Repo: https://github.com/egaleme/instacalc

1 Like