Say you have a site about pokemons. Then you can have all the pokemons in a sql database (with a schema) instead of a bunch of MD files. Not all static sites are just blogposts.
Right, looking again I understand better. Instead of a bunch of shaky YAML in a md file, you have properly structured data.
Isn't this what Gatsby tries to do with GraphQL?