function main(){ newDBTableIfNotExists("Memo"); var entries = listDBTable("Memo"); sendJSONResp(JSON.stringify(entries)); } main();