SQLite 101
SQLite is a lightweight, serverless, and self-contained relational database management system. It's often used in applications that need a local database. To perform basic queries in SQLite, you can use the SQL language.
Installation
To install SQLit...
jyotirmoy.hashnode.dev3 min read