Recently, I’ve been interested in the DuckDB project (like a SQLite geared towards data applications). And one of the amazing features is that it has many data importers included without requiring extra dependencies. This means it can natively read and parse JSON as a database table, among many other formats.
That’s neat! Reminds me of steampipe which provides a sql interface to apis. You can also use it for csv, json and yaml.
Nice thing about steampipe is that it can look like a postres db to any sql client.