Hacker News new | ask | show | jobs
by vsroy 538 days ago
The implementation is very clearly included, if you... scrolled down.

And the point is, you could easy do `const db = new Database("./database.sqlite")` instead.

The wrapper makes it so manipulating your database is just like manipulating a plain Javascript object.

1 comments

It's since been edited. At the time of my original post it was importing from a file not present on this page.