Not sure where all the other replies in this thread went, but, the parser is available as a single JavaScript file for browser environments at dist/sqlite-parser.js. With the latest Firefox, Edge, or Chrome, there should be no need for an Object.assign() polyfill with the browser version in the dist/ folder, so you can just include dist/sqlite-parser.js on the page instead of the Node version in lib/.
Not sure where all the other replies in this thread went, but, the parser is available as a single JavaScript file for browser environments at dist/sqlite-parser.js. With the latest Firefox, Edge, or Chrome, there should be no need for an
Object.assign()
polyfill with the browser version in thedist/
folder, so you can just includedist/sqlite-parser.js
on the page instead of the Node version inlib/
.