SQLite
SQLite is a lightweight, serverless, self-contained relational database management system. It is designed for simplicity and efficiency, making it ideal for embedded applications, mobile devices, and small to medium-sized projects. SQLite supports standard SQL syntax, allows for file-based storage, and does not require a separate server process, ensuring ease of use.