SQLite

A lightweight, serverless, file-based relational database engine.

SQLite is a fast, self-contained, and fully functional relational database that requires no server setup or administration. It stores the entire database as a single file on disk, making it ideal for mobile applications, embedded systems, and small to medium web projects. SQLite is widely appreciated for its simplicity, reliability, and minimal configuration, providing ACID compliance and SQL support without the need for a dedicated database server.