DEV Community

Discussion on: Node.js SQLite each and Async Iterator

Collapse
 
leoplaw profile image
leoplaw

This might be of use to you.

How to create an SQLite database in node.js

dev.to/forbeslindesay/how-to-creat...

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Maybe atdatabases support async iterator via SQLQuery.querystream; but I am not so sure. Maybe tutorial is missing in this aspect.

The best (and simplest) driver for SQLite in Node.js would still be better-sqlite3.

Still, you have done well wrapping around pg (and also with TypeScript typings). I will have to borrow it for PostgreSQL.