SQLite is an embedded DB in that the contents are all in 1 local file (like an excel file) but you point your code at it and can use it as a sql db.
So I was being kinda tongue in cheek earlier. But for starting out it’s a good choice until you have a ton of scale.