Go

During a discussion on a Discord channel, a message puzzled me: Go is not an object-oriented language.

I knew Go didn’t have an inheritance mechanism. But, was that enough to disqualify it as an object language ?

Sqlite Pure Go 2022.11.06

Would it be possible to embed a database to avoid managing a MySQL or Postgres instance?

Even better, can this database be queried in SQL? I don’t want to learn another way to query data.