5 ms·
The implementation is very clearly included, if you... scrolled down. And the point is, you could easy do `const db = new Database("./database.sqlite")` instea
by vsroy 2y 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.
- eterm 2y agoIt's since been edited. At the time of my original post it was importing from a file not present on this page.