This change log is started in 0.3.3;
-- Error Handling -- Debug options
- Execute PRAGMA statements (update/get)
sqlite.run('PRAGMA table_info(COMPANYS)', function(res){
console.log(res)
});
- get current sql
console.log(sqlite.getSql());
- use of fixed sql.js version 0.3.2 instead of latest to avoid compability errors