SQLite

SQLite is one of the most popular SQL databases in the world. Instead of needing a dedicated server, it stores everything in a single file that sits alongside the application. That simplicity makes it a good fit for mobile apps, desktop tools, and anywhere a full database server would be overkill.