Hello,
From what I understand of this library, it replaces others ORM like TypeORM (you have entities, stores, drivers, etc) in order to be able to fetch data from a JSON API and I was thinking: why not developing a JSON API driver for TypeORM for example?
Because in the end, you have developed a JsonApiEntityProvider but you will have to do one for SQL Database, isn't it?