SQLite is a database stored in memory or a single file, making it a great data structure and easy to...
SQLite
Project updates
Create a SQLite 3 database and import tasks.json. First, install sqlite3. npm i sqlite3 Create src...
Resources
Lots of intersting information about SQLite.
Docs on using autoincrement in SQLite.
Wrapper for sqlite3 that adds async capabilities.