SQLite is a powerful database that lives in a single file or in memory and gives us all the basic operations (queries, views, triggers, indexes, etc) that have big enterprise databases such as MySQL, Postgress, etc…

In nodejs, we have a sqlite3 module that gives us all the features we need to interact with an SQLite database.

#sql #javascript #nodejs

Learn Basic Operations with SQLite and Nodejs
2.50 GEEK