andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

Better sqlite3 #2

Closed andykais closed 6 years ago

andykais commented 6 years ago

switch from async non-blocking node-sqlite3 to synchronous better-sqlite3.

reasons:

tradeoffs: