SQLite
SQLite is a serverless database commonly used in mobile applications and other applications which need to access data in an offline environment or locally.
Create an Utho account to try this guide with a $100 credit.
Sign Up
Getting Started with Node.js SQLite
With npm and sqlite3, you can make your Node.js applications shine. This guide explains how you can install Node.js SQLite, create a SQLite database, create tables, and insert data.
What is SQLite?
This guide discusses the advantages and disadvantages of SQLite, one of the most popular of the serverless SQL databases, and also common use cases for SQLite.
Create an Utho account to try this guide with a $100 credit.
Sign Up