Postgres is usually seen as “just a database,” but it’s far more capable than that. Advanced data types, extensions, and built-in features allow it to handle tasks normally offloaded to SaaS tools.
SQLite is the world’s most widely-deployed database engine. It’s in your phone, it’s in your browser, and if you search your computer you’ll find its .db files there too. SQLite was inspired by ...