Closed eike-welk closed 7 years ago
Currently the API simply mirrors the DB's tables. However more complex SQL queries are frequently useful too.
Concrete example:
An API that represents a SQL join is needed for ProductsInListing, and for all similar many-to-many models.
ProductsInListing
Duplicate of: #64
Currently the API simply mirrors the DB's tables. However more complex SQL queries are frequently useful too.
Concrete example:
An API that represents a SQL join is needed for
ProductsInListing
, and for all similar many-to-many models.